Sign in to confirm you’re not a bot
This helps protect our community. Learn more
Book review: Common Lisp Recipes: A Problem-Solution Approach (2016), by Edmund Weitz
66Likes
1,193Views
2024Jan 13
A beginner-friendly #Lisp (e.g. pointing out when not to rely on EQL but on EQUAL) #cookbook with #recipes is outlined, with an overview on queues & stacks, character and string predicates, hashtables, alists (with setf on assoc, not the entire association list), plists, multiple value functions, the entire mapping & equality comparison zoo (including concurrency and parallel mapping functions), the #Common Lisp object system, file operations (nice on binary files), tracing, optimization by profiling and declarations, reading and writing popular data formats like JSON and XML, GUI topics, how to compile in different Lisp compilers, etc.

Follow along using the transcript.

Alone in the Kitchen — by Nino Ivanov

1.95K subscribers