Live data from Hacker News

Writing a Compiler in 2024

programmingsimplicity.substack.com

1–2 of 2 posts

Re: Writing a Compiler in 2024

#2
Don't agree. Writing a compiler "the old way" is still fun and useful, even in the age of ChatGPT (used by the method recommended by the author). I also think that PEG parsing might make life easier in some situations, but it comes with a significant cost.