On LISP (häftad)
Format
Häftad (Paperback)
Språk
Engelska
Antal sidor
413
Utgivningsdatum
1993-09-01
Upplaga
1
Förlag
Pearson
Illustrationer
Illustrations
Dimensioner
230 x 152 x 16 mm
Antal komponenter
1
ISBN
9780130305527

On LISP

Advanced Techniques for Common LISP

Häftad,  Engelska, 1993-09-01

Slutsåld

Shows how to program in the bottom-up style that is ideal for Lisp programming, and includes a collection of Lisp programming techiques that shows how to take advantage of the language's design for efficient programming in a variety of (non-AI) applications.

Kundrecensioner

Har du läst boken? Sätt ditt betyg »

Fler böcker av Paul Graham

  • ANSI Common LISP

    Paul Graham

    For use as a core text supplement in any course covering common LISP such as Artificial Intelligence or Concepts of Programming Languages. Teaching students new and more powerful ways of thinking about programs, this text contains a tutorial-full ...

  • Hackers & Painters

    Paul Graham

    &quote;The computer world is like an intellectual Wild West, in which you can shoot anyone you wish with your ideas, if you're willing to risk the consequences. &quote; --from Hackers & Painters: Big Ideas from the Computer Age, by Paul Graham...

Innehållsförteckning

1. The Extensible Language. 2. Functions. 3. Functional Programming. 4. Utility Functions. 5. Returning Functions. 6. Functions as Representation. 7. Macros. 8. When to Use Macros. 9. Variable Capture. 10. Other Macro Pitfalls. 11. Classic Macros. 12. Generalized Variables. 13. Computation at Compile-Time. 14. Anaphoric Macros. 15. Macros Returning Functions. 16. Macro-Defining Macros. 17. Read Macros. 18. Destructuring. 19. A Query Compiler. 20. Continuations. 21. Multiple Processes. 22. Nondeterminism. 23. Parsing with ATNs. 24. Prolog. 25. Object-Oriented Lisp. Appendix: Packages. Notes. Index.