Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
LISP
Edit
PageHistory
Diff
Info
LikePages
You are viewing an old revision of this page.
View the current version
.
The name is an [Acronym] for __Lis__t __P__rocessing and denotes a family of [ProgrammingLanguage]s. QuickLispTutorial !!Dialects * [CommonLisp], standardised, heavy-duty Lisp. * [Scheme], elegant intellectual Lisp. * [Elisp], the scripting language for [Emacs] !!Interesting Links * [Online LISP tutorial|http://apsymac33.uni-trier.de:8080/Lisp-Course] * http://www-formal.stanford.edu/jmc/recursive.html -- Recursive Functions of Symbolic Expressions and Their Computation by Machine (Part I), the original paper discussing [LISP]. The secret to reading Lisp is look at the indenting. You will go mad if you count the brackets. %%% The secret to writing Lisp is to always use an editor that autoindents Lisp code and highlights matching brackets for you. [Emacs] does this. ----- CategoryProgrammingLanguages
21 pages link to
LISP
:
QuickLispTutorial
CastingPointerToFunction
Lisp
Elisp
VirtualMachine
CommonLisp
PrefixNotation
Scheme
APL
ReversePolish
SymbolicManipulation
LambdaCalculus
LinkedList
Introspection
HigherOrderFunctions
UnLambda
SawFish
XML
StrictEvaluation
WhyIHatePerl
InterestingLinks