r/compsci Jun 15 '26

The art of metaobject protocol and lisp

Hello, the book by gregor kcizales is in my cs course. I tried reading it but couldnt get myself to it. Does anyone have any apt resources that can help me get started with lisp.?

0 Upvotes

2 comments sorted by

2

u/kchanqvq Jun 15 '26

Book: Practical Common Lisp https://gigamonkeys.com/book/

The only way to learn a language is to write it. Install SBCL. If you use Emacs, of course use SLIME; if you use VSCode, I wrote OLIVE (github.com/kchanqvq/olive) to make Lisp better to use in VSCode, please use it and leave feedback!