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

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

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
```