LISP – Symbols In LISP, a symbol is a name that represents data objects and interestingly it is also a […]
LISP – Constants In LISP, constants are variables that never change their values during program execution. Constants are declared using […]
LISP – Program Structure LISP expressions are called symbolic expressions or s-expressions. The s-expressions are composed of three valid objects, […]
LISP – Hash Table The hash table data structure represents a collection of key-and-value pairs that are organized based on […]
LISP – Quick Guide LISP – Overview John McCarthy invented LISP in 1958, shortly after the development of FORTRAN. It […]
LISP – Environment Setup Local Environment Setup If you are still willing to set up your environment for Lisp programming […]