Hacker News new | ask | show | jobs
by cowward 4608 days ago
Does anyone have any good, language agnostic resources for writing interpreters (not just for lisp)?
3 comments

/r/compilers [1] has some good resources. You can also check its top submissions [2].

I also recently found Matt Might's Compilers class [3] via a submission here on HN. It has a lot of language-agnostic resources.

[1]: http://www.reddit.com/r/compilers

[2]: http://www.reddit.com/r/compilers/top/

[3]: http://matt.might.net/teaching/compilers/spring-2013/

For a quick introduction this might be worth a look (not really language agnostic though) http://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_H...
Functional or imperative language?