Lisp drives from ” List Processing” . Lisp is one of the oldest high level and simple functional programming language. which was invented by John McCarthy in 1958. Today, the most widely known general-purpose Lisp dialects are Common Lisp and Scheme. It have many features that make it more popular as data structure, automatic storage management, conditional, dynamic typing, recursion and functional programming support and all. Lisp has simple and regular syntax.
Linked lists are one of Lisp language’s major data structures, and Lisp source code is itself made up of lists. As a result, Lisp programs can manipulate source code as a data structure, giving rise to the macro systems that allow programmers to create new syntax or even new domain-specific languages embedded in Lisp.( wiki)
Today we round up some excellent online programming books – LISP. Few day ago, we had shared some best free online books for programmers. Thanks for appreciate for our compilations.
1) Practical Common Lisp
2) The Common Lisp Object System MetaObject Protocol
3) Interpreting lispbook PDF
4) An Introduction to Programming in Emacs Lisp
5) Onlisp
6) Successful Lisp: How to Understand and Use Common Lisp
7) Structure and Interpretation of Computer Programs
8) Programming Languages: Application and Interpretation
9) Common Lisp: A Gentle Introduction to Symbolic Computation
10) COMMON LISP: An Interactive Approach
11) Fundamentals of Common Lisp Object System” (CLOS)
12) A Brief Guide to CLOS
13) Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp
14) Performance and Evaluation of Lisp Systems
15) Basic Lisp Techniques
16) The Common Lisp Cookbook
17) Common Lisp the Language, 2nd Edition
18) Loving Lisp – the Savy Programmer’s Secret Weapon