Upgrade to Pro — share decks privately, control downloads, hide ads and more …

LISP 1.5 Programmer's Manual: A Dramatic Reading

LISP 1.5 Programmer's Manual: A Dramatic Reading

Igor Wiedler

June 16, 2016
Tweet

More Decks by Igor Wiedler

Other Decks in Programming

Transcript

  1. • I. THE LISP LANGUAGE • II. THE LISP INTERPRETER

    SYSTEM • V. THE PROGRAM FEATURE • VI. RUNNING THE LISP SYSTEM • APPENDIX A
 FUNCTIONS AND CONSTANTS IN THE LISP SYSTEM • APPENDIX B
 THE LISP INTERPRETER • APPENDIX C
 THE LISP ASSEMBLY PROGRAM (LAP) • APPENDIX D
 THE LISP COMPILER • APPENDIX E
 OVERLORD - THE MONITOR • APPENDIX G
 MEMORY ALLOCATION AND THE GARBAGE COLLECTOR
  2. Contributions • Garbage collection • Compiler • Interpreter • Hash

    table • If statement • Backtrace • Operating system