An open API service indexing awesome lists of open source software.

https://github.com/syedt1/common-lisp

Learning Lisp
https://github.com/syedt1/common-lisp

Last synced: 3 months ago
JSON representation

Learning Lisp

Awesome Lists containing this project

README

          

## [What is Common Lisp?](https://common-lisp.net/)

## [Scheme Wiki](https://www.scheme.com/tspl4/)

## [Online Lisp Compiler](https://www.tutorialspoint.com/execute_lisp_online.php)

## [Emacs Wiki](https://www.emacswiki.org/)

### Resources
+ [Structure and Interpretation of Computer Programs](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-001-structure-and-interpretation-of-computer-programs-spring-2005/)

+ [Main Stuff](https://common-lisp.net/tutorials)
+ [Clisp Awesome](https://github.com/CodyReichert/awesome-cl)
+ [Lisp Cookbook](https://lispcookbook.github.io/cl-cookbook/)
+ [Introduction to Programming in Emacs Lisp](https://www.gnu.org/software/emacs/manual/pdf/eintr.pdf)

### Good Articles to read
+ [betterprogramming](https://betterprogramming.pub/why-i-still-lisp-and-you-should-too-18a2ae36bd8)