Next | Higher-Order Parsing | 41 |
If you pick up a book about Lisp, it will list Lisp's good features:
Powerful built-in data structures
Run-time access to symbol table
Functions can be constructed at runtime and used like data
Anonymous functions and closures
Automatic storage management
Dynamic typing
Extensibility
Next | Copyright © 2007 M. J. Dominus |