Get the latest tech news
7 lines of code, 3 minutes: Implement a programming language (2010)
A small (yet Turing-equivalent) language The easiest programming language to implement is a minimalist, higher-order functional programming language known as the lambda calculus. The lambda calculus actually lives at the core of all the major functional languages--Haskell, Scheme and ML--but it also lives inside JavaScript, Python and Ruby.
None
Or read this on Hacker News
