Penguin

Differences between version 12 and revision by previous author of LISP.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 12 Last edited on Sunday, October 26, 2003 7:18:05 am by AristotlePagaltzis Revert
Older page: version 10 Last edited on Sunday, September 14, 2003 4:46:24 pm by GlynWebster Revert
@@ -2,16 +2,18 @@
  
 QuickLispTutorial 
  
 !!Dialects 
-* [CommonLisp], standardised, heavy-duty Lisp.  
-* [Scheme], elegant intellectual Lisp.  
-* [Elisp], the scripting language for [Emacs] 
+; [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]. 
+* [Online LISP tutorial | http://apsymac33.uni-trier.de:8080/Lisp-Course]  
+* [Recursive Functions of Symbolic Expressions and Their Computation by Machine (Part I) | http://www-formal.stanford.edu/jmc/recursive.html] , 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. 
+The secret to reading [LISP] is to 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 
+CategoryProgrammingLanguages, CategoryFunctionalProgrammingLanguages