Skip to content

Instantly share code, notes, and snippets.

@mcmarto
Last active April 4, 2021 11:29
Show Gist options
  • Save mcmarto/4069dbf28355df95856dee72ab206057 to your computer and use it in GitHub Desktop.
Save mcmarto/4069dbf28355df95856dee72ab206057 to your computer and use it in GitHub Desktop.
Lisp Notes

Lisp Resources

Implementations

  • Steel Bank Common Lisp SBCL
  • Lux is a functional, statically-typed Lisp that will run on several platforms, such as the Java Virtual Machine and JavaScript interpreters.
  • Make a Lisp
  • uLisp is a Lisp for microcontrollers
  • PicoLisp is a programming language, or really a programming system, including a built-in database engine and a GUI system!
  • MicroScheme is a functional programming language for the Arduino, and for Atmel 8-bit AVR microcontrollers in general.
  • Chicken Scheme

Tutorials

Books

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment