I also feel like I have neglected Common Lisp.
I experience a lot of joy coding in Lisp.
Will remedy this situation in the coming months.
Might look like:
simple little web memex with hunchentoot or caveman.
a port of @oats to Common Lisp
???
- replies
- 1
- announces
- 0
- likes
- 1
@vidak Have you looked at Tinylisp yet? I think I was more open to it after being exposed to your Basic explorations.
https://github.com/Robert-van-Engelen/tinylisp: Lisp in 100 and 400 lines
https://github.com/Robert-van-Engelen/lisp: Lisp in 1000 lines
https://git.sr.ht/~akkartik/tinylisp-sdl3: Lisp REPL with a graphical canvas attached in 2000 lines
@vidak Me too! I've known a few tiny lisps. But this stuff seems particularly good.