Hacker News new | ask | show | jobs
by max_wen 2617 days ago
I nearly started working through that, would you mind sharing why you think it is a bad book? thx
1 comments

I’m pretty sure it’s because the lisp that book makes isn’t an exact lisp; There are many features lacking and some fundamental concepts are wrongly implemented; However for developing C skills, it’s pretty good. Wouldn’t recommend learning Lisp with that though.
oh you're correct it is meant to develop C skills not learn Lisp
The 900-something lines of C code documented by the book Interpreting Lisp, which can now be found on Github, is not something I would recommend for teaching C beginners.

From a best practices point of view, it is pretty awful.

https://github.com/Apress/interpreting-lisp