LISP
LISP 1 vs 2: https://news.ycombinator.com/item?id=12799227
- Scheme
- Racket
- Ribbit?
- Common Lisp
- Allegro Common Lisp
- Clojure (derivative)
C++ interop: https://news.ycombinator.com/item?id=32152462
For MCU:
- Chicken Scheme
- Ferret
- no integer type
- transpiles to C++11
- PICOBIT
- last commit in 2015
- bytecode + VM
- ULISP (CL)
- has REPL
- Chibi-Scheme
- (John Carmack VR experiments)
Gamedev resources: https://github.com/lispgames/lispgames.github.io/wiki
Google style guide https://google.github.io/styleguide/lispguide.xml
Examples of use in practice
Naughty Dog: https://imgur.com/a/vm72A
At ITA: http://lambda-the-ultimate.org/node/2491#comment-38434
Whitequark Racket/Rosette: