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
How To
1.8K+ articles
Installation Guide
1.3K+ articles
how-to-install
1.2K+ articles
Recursion
1.0K+ articles
LISP
65+ articles
Operators
51+ articles
LISP-Functions
10+ articles
LISP-DataTypes
4+ articles
LISP-Conditionals
2+ articles
LISP-Basics
37 posts
Recent Articles
Popular Articles
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
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
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
File Handling in LISP
Last Updated: 16 March 2023
LISP is an acronym for list processing, it is one the oldest programming language currently being used in the field of artificial intelligence. It performs its computation...
read more
Picked
LISP
LISP-Basics
Structures in LISP
Last Updated: 29 May 2022
LISP, is a list processing, is a programming language widely used in working with data manipulation. Structures are used defines data types, that have the ability to combi...
read more
Picked
LISP
LISP-Basics
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 library. LISP provides a macro syste...
read more
Picked
LISP
LISP-Basics
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 function, and when called, it return...
read more
Picked
LISP
LISP-Basics
LISP - Comparison Operators on Characters & Strings
Last Updated: 25 February 2022
The contents of a field are compared to the contents of another field or a constant using Comparison operators. In Simple words, comparator operators are used to compare w...
read more
Picked
LISP
LISP-Basics
Elite-Batch-2022
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 of entries where every entry con...
read more
Picked
LISP
LISP-Basics
Sets in LISP
Last Updated: 31 January 2022
A set is an unordered collection of items. A set is just like other data structures. In C++ we have a similar data structure called a hash map. Common lisp does not provid...
read more
Picked
LISP
LISP-Basics
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 function, and when called, it return...
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 create a vector using vector functio...
read more
Picked
LISP
LISP-Basics
1
2
3
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 !