From: What are your favorite books on programming? - #16 by iHiD
I like the idea of a standardized final exercise to serve as a sort of badge of honor for people completing a language track. I think a good candidate for this is a simple tree walk interpreter. It’s a project that encourages one to think deeply about how programming languages work, and would serve well as a unified standard to target for any language, sort of like Conduit for web frameworks but obviously much simpler.
@taiyab @ErikSchierboom @kytrinyx @iHiD what do you think?