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
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.1K+ articles
JavaScript
12.2K+ articles
School Learning
11.5K+ articles
Java
10.8K+ articles
Misc
8.8K+ articles
Mathematical
7.8K+ articles
LISP-Functions
10 posts
Recent Articles
Popular 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 inheritance and multiple dispatches. ...
read more
Picked
LISP
LISP-Functions
Numbers in LISP
Last Updated: 09 August 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-Functions
List Manipulation in LISP
Last Updated: 22 November 2021
In this article, we will discuss List manipulation in LISP. The list is a data structure that can store elements of multiple data typewe can create a list by using the lis...
read more
Picked
LISP
LISP-Functions
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 will stop iterating and return...
read more
Picked
LISP
LISP-Functions
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 when it allows multiple conditio...
read more
Picked
LISP
LISP-Functions
Keyword 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. Normally parameter list contai...
read more
Picked
LISP
LISP-Basics
LISP-Functions
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. Normally parameter list contai...
read more
Picked
LISP
LISP-Basics
LISP-Functions
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 arguments.Returning values from a fun...
read more
Picked
LISP
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 necessary. If we keep the optional ...
read more
Picked
LISP
LISP-Basics
LISP-Functions
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 huge task into many smaller fun...
read more
Picked
LISP
LISP-Basics
LISP-Functions
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 !