Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 943 Bytes

lisp.md

File metadata and controls

18 lines (17 loc) · 943 Bytes

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