Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 1.13 KB

File metadata and controls

19 lines (18 loc) · 1.13 KB

LISP

  • LISP
    • Hell Is Other REPLs
      • Again, true interactive development is programming such that
        • your program never crashes
        • because it enters an interactive debugger
        • where you never lose program state
        • unless you choose to do so
        • after a thorough inspection of state
        • including the call stack
        • and after you have tinkered, recompiled functions, and edited objects
        • and after you have tried restarting the computation
        • all while the live program is running, possibly remotely.
      • Creators need immediate connection to what they are creating.
      • Revenge of Lisp (Part 1⁄2)
        • Learning Common Lisp to beat Java and Rust on a phone encoding problem
  • Packard Bell Video Lectures 1986: Structure and Interpretation of Computer Programs