Notepad/enter/Coding Tips (Classical)/Terminal Tips/Languages/Lisp.md

12 lines
984 B
Markdown

The very first programming language I learned in college.
- [Racket ]( https://matt.might.net/articles/i-love-you-in-racket/ )From Matt Might's Blog
- [Scheme VM](obsidian://open?vault=Obsidian&file=Quantum%20Vault%2FMy%20Quantum%20Work%2F%3CPROGRAMMING%202023%3E) from Programming 2023
- [Lisp in Quantum ](obsidian://open?vault=Obsidian&file=Quantum%20Vault%2FQuantum%20Realm%2FCode%20%26%20Circuit%20Operations%2FLanguages%2FLISP%2FLisp%20in%20Quantum)
- Creating a Github[ timeline using LISP & HTML](https://github.com/rajasegar/cl-github-timeline)! :)
- [Hunchentoot](https://edicl.github.io/hunchentoot/) is a web server and toolkit for building dynamic sites in CL
- [LASS](https://shinmera.github.io/LASS/) is the Lisp version of CSS, which works well with ^
- [Spinneret](https://github.com/ruricolist/spinneret) is the HTML5 generator which also works well with ^
Build a website in 1 minute with Lisp.
![website-vid](https://www.youtube.com/watch?v=A4PzSsOD-CQ)