Sign up
Forgot password?
FAQ: Login

Graham Paul. On Lisp: Advanced Techniques for Common Lisp

  • pdf file
  • size 1006,42 KB
  • added by
  • info modified
Graham Paul. On Lisp: Advanced Techniques for Common Lisp
New Jersey: Prentice Hall, Inc. 1993. — 413 p.
Starting in the 1980s, Lisp began to be used in several large systems, including Emacs, AutoCAD, and Interleaf. On Lisp explains the reasons behind Lisp's growing popularity as a mainstream programming language. On Lisp is a comprehensive study of advanced Lisp techniques, with bottom-up programming as the unifying theme. It gives the first complete description of macros and macro applications. The book also covers important subjects related to bottom-up programming, including functional programming, rapid prototyping, interactive development, and embedded languages. The final chapter takes a deeper look at object-oriented programming than previous Lisp books, showing the step-by-step construction of a working model of the Common Lisp Object System (CLOS). As well as an indispensable reference, On Lisp is a source of software. Its examples form a library of functions and macros that readers will be able to use in their own Lisp programs.
The Extensible Language.
Functions.
Functional Programming.
Utility Functions.
Returning Functions.
Functions as Representation.
Macros.
When to Use Macros.
Variable Capture.
Other Macro Pitfalls.
Classic Macros.
Generalized Variables.
Computation at Compile-Time.
Anaphoric Macros.
Macros Returning Functions.
Macro-Defining Macros.
Read Macros.
Destructuring.
A Query Compiler.
Continuations.
Multiple Processes.
Nondeterminism.
Parsing with ATNs.
Prolog.
Object-Oriented Lisp.
  • Sign up or login using form at top of the page to download this file.
  • Sign up
Up