Compiler/virtual machine interpreter: Difference between revisions

Content added Content deleted
Line 7,990: Line 7,990:


This example is for ''Typed'' Racket and is practically a word for word translation of the Common Lisp. This close similarity was done on purpose, to ease comparison of the two languages.
This example is for ''Typed'' Racket and is practically a word for word translation of the Common Lisp. This close similarity was done on purpose, to ease comparison of the two languages.

(The Common Lisp performs ''much'' better, if compiled with SBCL, although neither program does nearly as well as the ATS example.)