Ask HN: Guide for Implementing Common Lisp
Ask HN: Guide for Implementing Common Lisp
7 points by HexDecOctBin 1 hour ago | hide | past | favorite | 11 comments
I have written compilers and interpreters before, but I find it hard to understand how Common Lisp compilers work – what with their readtables and read macros and normal macros. It's hard to figure out how the compilation pipelines actually works, and how the process of implementing them goes (e.g., what subsets are implemented before the rest, etc.).This got me thinking: is the...
Read more at news.ycombinator.com