https://github.com/syedt1/common-lisp
Learning Lisp
https://github.com/syedt1/common-lisp
Last synced: 3 months ago
JSON representation
Learning Lisp
- Host: GitHub
- URL: https://github.com/syedt1/common-lisp
- Owner: SyedT1
- Created: 2021-04-10T07:50:03.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-14T05:56:58.000Z (about 5 years ago)
- Last Synced: 2025-03-05T10:47:50.588Z (over 1 year ago)
- Language: Common Lisp
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)