https://github.com/zpnst/lisp-lectures
My first steps in Common Lisp. Code from the lectures on YouTube with my comments
https://github.com/zpnst/lisp-lectures
common-lisp functional-programming lisp
Last synced: about 6 hours ago
JSON representation
My first steps in Common Lisp. Code from the lectures on YouTube with my comments
- Host: GitHub
- URL: https://github.com/zpnst/lisp-lectures
- Owner: zpnst
- Created: 2025-02-12T17:26:13.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-02-17T12:29:09.000Z (9 months ago)
- Last Synced: 2025-02-17T13:29:35.900Z (9 months ago)
- Topics: common-lisp, functional-programming, lisp
- Language: Common Lisp
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lisp-lectures

## Links
[Lisp lectures on youtube](https://youtube.com/playlist?list=PL8Wp8DuXuiFwPBg8UmPBsbtzm9GG4wOfU&si=zK1Jb7drt2SY4Crb)
## Common Lisp Implementations
[Steel Bank Common Lisp](https://www.sbcl.org/)
[An ANSI Common Lisp CLISP](https://clisp.sourceforge.io/)
## Installation on Ubuntu/Debian
```bash
sudo apt install sbcl
sudo apt install clisp
```