|
|
|
|
|
by deong
2707 days ago
|
|
I'm not sure it should really count as a "Lisp book", but The Art of the Metaobject Protocol" is one of my favorite technical books ever. It takes some knocks for not really containing anything about how to use CLOS. Instead, it's how CLOS is built. At a higher level, it's "how to build an object-oriented language/object system from scratch" using Lisp as a vehicle. |
|
The review itself is really interesting, you get to learn the context around the MOP and where this book actually came from.