Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
DSA
22.5K+ articles
Python
20.5K+ articles
Java
10.5K+ articles
C++
4.3K+ articles
GBlog
3.2K+ articles
C++ Programs
2.4K+ articles
Competitive Programming
2.3K+ articles
C Language
2.1K+ articles
Algorithms
2.0K+ articles
Data Structures
1.2K+ articles
Programming Language
/
LISP
LISP
65 posts
Recent Articles
Popular Articles
Lua Generic For Loop
Last Updated: 28 March 2025
The generic for loop in Lua is a powerful and flexible tool that allows you to iterate through collections, such as tables, strings, and other user-defined sequences. Unli...
read more
Python
LISP
Input From Character Streams in LISP
Last Updated: 11 April 2023
This article is about input from character streams in LISP. Input in LISP can be taken in different ways like input from the user, input from character streams, etc. In LI...
read more
Picked
LISP
LISP-Basics
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, which means it is well-suited to ...
read more
Technical Scripter
Recursion
LISP
LISP-Basics
Technical Scripter 2022
DSA
Fill Pointers in LISP
Last Updated: 26 April 2025
A fill pointer is a special kind of pointer used in some Lisp implementations to indicate the end of the accessible part of a vector. It is not necessarily the end of the ...
read more
Technical Scripter
Picked
LISP
LISP-Basics
Technical Scripter 2022
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 inheritance and multiple dispatches. ...
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 where the output has to be sent...
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 function, and when called, it return...
read more
Picked
LISP
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, defstruct is used to define a structur...
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 preceding a #\ symbol before th...
read more
Picked
LISP
LISP-Basics
Sequences in LISP
Last Updated: 16 March 2023
In Lisp, the ordered set of elements is represented by sequences. All the functionality we use in sequences is applied on vectors and lists which are two of the subtypes o...
read more
Picked
LISP
LISP-Conditionals
Program Structure in LISP
Last Updated: 10 March 2023
The expressions we use in Lisp are known as the s-expressions which are composed of atoms, strings, and lists. An s-expression is itself a valid program.REPL:REPL is an ac...
read more
Picked
LISP
How to Install LISP on Windows?
Last Updated: 10 March 2023
Lisp is a high-level machine-independent programming language that is used in making AI-based programs as it supports the implementation of such software that deals with c...
read more
Picked
How To
Installation Guide
how-to-install
LISP
Tree in LISP
Last Updated: 21 July 2022
A tree is a non-linear hierarchical data structure that consists of nodes that are connected by edges. Tree stores data in a non-sequential manner so that operations like ...
read more
Picked
LISP
Association Lists in LISP
Last Updated: 16 March 2023
Association Lists in Lisp are used for mapping values to respective key elements. They are also known as a-list. The car of the pair represents the key element whereas cdr...
read more
Picked
LISP
LISP-Basics
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 programming, the programmer is con...
read more
Picked
LISP
1
2
3
4
5
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 !