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
Common LISP Object System
Last Updated: 22 August 2022
CLOS or Common LISP Object System is one of the most powerful object systems available. It is dynamic, reliant, and supports multiple inheri
...read more
Picked
LISP
LISP-Functions
Output Functions in LISP
Last Updated: 08 August 2022
Output functions need an optional argument known as output stream which by default is "output-stream" and can be assigned to another stream
...read more
Picked
LISP
Formatted Output to Character Streams in LISP
Last Updated: 26 July 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
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
Defstruct in LISP
Last Updated: 24 July 2022
A structure is a user-defined data type that helps us combine different data items of different types under the same name. In Lisp, defstruc
...read more
Picked
LISP
LISP-Basics
Characters in LISP
Last Updated: 10 March 2023
In Lisp data objects of type 'character' are referred to as characters. For representation purposes, we usually denote character objects by
...read more
Picked
LISP
LISP-Basics
Error Handling in LISP
Last Updated: 24 July 2022
The condition system in Lisp is one of its best features. It accomplishes the same task as the exception handling mechanisms in Java, Python
...read more
Picked
LISP
Packages in LISP
Last Updated: 15 May 2022
Packages are a central mechanism in which a Common Lisp is used in managing different sets of names and avoiding name collisions that may o
...read more
Picked
LISP
Naming Conventions in LISP
Last Updated: 31 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
Vectors in LISP
Last Updated: 26 November 2021
In this article, we will discuss Vectors in LISP. Vectors in LISP are one-dimensional arrays which are also known as sequences. We can creat
...read more
Picked
LISP
LISP-Basics
Case Construct in LISP
Last Updated: 24 December 2021
In this article, we will discuss the case construct in LISP. This is used to check multiple test conditions at a time, unlike cond, if and w
...read more
Picked
LISP
LISP-Functions
When Construct in LISP
Last Updated: 09 November 2021
In this article, we will discuss the when construct. The when is a decision-making statement used to specify the decisions. It is similar to
...read more
Picked
LISP
LISP-Basics
LISP-Conditionals
Do Construct in LISP
Last Updated: 09 November 2021
In this article, we will discuss the Do Construct in LISP. Do construct is used to perform an iteration in a structured format.Syntax:(do ((
...read more
Picked
LISP
LISP-Control-Structures
Rest Parameters in LISP
Last Updated: 29 October 2021
LISP Function's parameters list has a basic aim of declaring the variables which will receive the arguments that are passed in the function.
...read more
Picked
LISP
LISP-Basics
LISP-Functions
Optional Parameters in LISP
Last Updated: 15 November 2021
Optional Parameters are the parameters that are optional in the function. We can put optional parameters whenever the arguments are not nece
...read more
Picked
LISP
LISP-Basics
LISP-Functions
Strings in LISP
Last Updated: 30 September 2021
A string is a set of characters. String are enclosed in double-quotes.Example:"hello geek","java","python" etcExample: LISP program to displ
...read more
Picked
LISP
LISP-DataTypes
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 !