Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
How To
1.8k+ articles
Installation Guide
1.2k+ articles
how-to-install
1.2k+ articles
Operators
51 articles
LISP-Basics
37 articles
LISP-Functions
10 articles
LISP-DataTypes
4 articles
LISP-Control-Structures
4 articles
LISP-Conditionals
2 articles
LISP-Predicates
1 article
Programming Language
>
LISP
LISP
64 posts
Popular Articles
Recent Articles
Atoms in LISP
Last Updated: 18 July 2022
Pre-requisites: Introduction to LISPFunction Languages are those languages in which the basic building block is functions. In functional pro
...read more
Picked
LISP
Arrays in LISP
Last Updated: 26 May 2022
LISP, is a list processing, is a programming language widely used in working with data manipulation. LISP allows us to produce single or mul
...read more
Picked
LISP
LISP Arrays
Property Lists in LISP
Last Updated: 31 January 2022
In Lisp, every symbol has a property list (plist). When a symbol is created initially its property list is empty. A property list consists o
...read more
Picked
LISP
LISP-Basics
Similar Topics
How To
1.8k+ articles
Installation Guide
1.2k+ articles
how-to-install
1.2k+ articles
Operators
51+ articles
LISP-Basics
37+ articles
LISP-Functions
10+ articles
LISP-DataTypes
4+ articles
LISP-Control-Structures
4+ articles
LISP-Conditionals
2+ articles
LISP-Predicates
1+ articles
Data Types in LISP
Last Updated: 27 December 2022
A data type is basically a collection of values that have the same type. We can also say that in lisp, every object belongs to a data type.
...read more
Picked
LISP
LISP-DataTypes
Loop Construct in LISP
Last Updated: 22 November 2021
In this article, we will discuss Loop Construct. This Construct is used to iterate the data until it finds the return statement. And then it
...read more
Picked
LISP
LISP-Functions
Decision Making in LISP
Last Updated: 24 December 2021
Decision making is used to specify the condition to evaluate an expression in LISP.There are 4 types of decision-making statements in LISP.
...read more
Picked
LISP
LISP-Basics
Cond Construct in LISP
Last Updated: 09 November 2021
In this article, we will discuss cond construct in LISP. The cond is a decision-making statement used to make n number of test conditions. I
...read more
Picked
LISP
LISP-Basics
If Construct in LISP
Last Updated: 09 November 2021
In this article, we will discuss the if construct in LISP. The if is a decision-making statement used to check whether the condition is righ
...read more
Picked
LISP
LISP-Basics
Returning Values Functions in LISP
Last Updated: 29 October 2021
In the previous article on the LISP function, we have seen the syntax of defining a function and calling the function by passing some argume
...read more
Picked
LISP
LISP-Functions
Operators in LISP
Last Updated: 29 October 2021
Operators are the foundation of any programming language. Thus the functionality of the LISP programming language is incomplete without the
...read more
Operators
Picked
LISP
LISP-Basics
Constants in LISP
Last Updated: 16 October 2021
In LISP all constants are global variables. Values of constant never change throughout the execution of the program.Defining constant in LIS
...read more
Picked
LISP
LISP-Basics
Dolist Construct in LISP
Last Updated: 21 October 2021
DoList in Common LISP is a looping statement used to iterate the elements in a list.Syntax:(dolist input_list) statements...)Here,The input_
...read more
Picked
LISP
LISP-Control-Structures
Loop For Construct in LISP
Last Updated: 04 January 2023
The loop for construct in common LISP is used to iterate over an iterable, similar to the for loop in other programming languages. It can be
...read more
Picked
LISP
LISP-Basics
Logical Operators in LISP
Last Updated: 22 October 2021
Common LISP supports 3 types of logical operators on Boolean Values. The arguments of these operators are evaluated conditionally, therefore
...read more
Picked
LISP
LISP-Control-Structures
Comparison Operators in LISP
Last Updated: 07 September 2021
In this article, we will discuss the comparison operators in LISP. These operators are used to compare numbers by taking two or more operand
...read more
Picked
LISP
LISP-Basics
First
1
2
3
4
5
>>
Last
First
1
2
3
4
5
>>
Last
First
1
2
3
4
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !