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
DSA
22.3k+ articles
How To
1.8k+ articles
Installation Guide
1.2k+ articles
how-to-install
1.2k+ articles
Recursion
1k+ articles
LISP
64 articles
Operators
51 articles
LISP-Functions
10 articles
LISP-DataTypes
4 articles
LISP-Conditionals
2 articles
LISP-Basics
37 posts
Popular Articles
Recent Articles
Recursion in LISP
Last Updated: 26 April 2025
In the Lisp programming language, recursion is a commonly used technique for solving problems. Lisp is a functional programming language, wh
...read more
Technical Scripter
Recursion
LISP
LISP-Basics
Technical Scripter 2022
DSA
Basic Syntax in LISP
Last Updated: 26 May 2022
LISP is a list processing programming language. It is widely used in the manipulation of data strings. It provides an input and output libra
...read more
Picked
LISP
LISP-Basics
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
DSA
22.3k+ articles
How To
1.8k+ articles
Installation Guide
1.2k+ articles
how-to-install
1.2k+ articles
Recursion
1k+ articles
LISP
64+ articles
Operators
51+ articles
LISP-Functions
10+ articles
LISP-DataTypes
4+ articles
LISP-Conditionals
2+ articles
Introduction to LISP
Last Updated: 17 March 2022
Lisp is a programming language that has an overall style that is organized around expressions and functions. Every Lisp procedure is a funct
...read more
Picked
LISP
LISP-Basics
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
Lambda Functions in LISP
Last Updated: 09 November 2021
In this article, we will discuss lambda functions in LISP. The Lambda function is used to evaluate a mathematical expression in our program.
...read more
Picked
LISP
LISP-Basics
Variables in LISP
Last Updated: 16 October 2021
Similar to other languages, in LISP variables are named places that store a particular value, but they are not declared the way you declare
...read more
Picked
LISP
LISP-Basics
How to Install LISP on Linux?
Last Updated: 22 May 2024
LISP (List programming) is the second-oldest high-level programming language after Fortran. It has a fully parenthesized prefix notation.Ins
...read more
Picked
How To
Installation Guide
how-to-install
LISP
LISP-Basics
Functions in LISP
Last Updated: 06 October 2021
A function is a set of statements that takes some input, performs some tasks, and produces the result. Through functions, we can split up a
...read more
Picked
LISP
LISP-Basics
LISP-Functions
Loops in LISP
Last Updated: 06 October 2021
Loops allow executing a set of instructions repeatedly while some condition is true. LISP provides the following types of loops:1. dotimes l
...read more
Picked
LISP
LISP-Basics
Arithmetic Operators in LISP
Last Updated: 21 September 2021
Arithmetic operators are used to perform mathematical operations like addition, subtraction, multiplication, and division.There are 7 arithm
...read more
Picked
LISP
LISP-Basics
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
Lists in LISP
Last Updated: 01 March 2023
Lists in common LISP is simply a single Linked list. In LISP, Lists are designed as a chain of records. While talking about record structure
...read more
Picked
LISP
Blogathon
Blogathon-2021
LISP-Basics
1
2
3
>>
Last
1
2
3
>>
Last
1
2
3
>>
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 !