Penguin

Differences between version 18 and predecessor to the previous major change of LISP.

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

Newer page: version 18 Last edited on Wednesday, November 14, 2007 7:26:04 am by ShaneHowearth Revert
Older page: version 17 Last edited on Thursday, December 16, 2004 11:35:55 am by PerryLorier Revert
@@ -9,9 +9,9 @@
 ; [CommonLisp] : Standardised, heavy-duty Lisp - "the most thorough programming language in the universe". 
 ; [Scheme] : Elegant intellectual Lisp. Coding acrobats do their backflips here. 
 ; [Elisp] : The scripting language controls every aspect of [Emacs]. 
  
-[LISP] is usually run on a VirtualMachine, although modern [LISP] implementations can compile to MachineCode. At the time of its conception, [CPU]s were so slow that requiring a VirtualMachine made [LISP] infeasible as an implementation language for real world applications. It was therefor attempted to build processors that could run [LISP] directly - so called [LISP] machines. Like any other attempt to date to realize a certain VirtualMachine in hardware, [LISP] machines too failed to achieve any significance in the market and were soon forgotten. 
+[LISP] is usually run on a VirtualMachine, although modern [LISP] implementations can compile to MachineCode. At the time of its conception, [CPU]s were so slow that requiring a VirtualMachine made [LISP] infeasible as an implementation language for real world applications. It was therefore attempted to build processors that could run [LISP] directly - so called [LISP] machines. Like any other attempt to date to realize a certain VirtualMachine in hardware, [LISP] machines too failed to achieve any significance in the market and were soon forgotten. 
  
 !!Interesting Links 
  
 * QuickLispTutorial