You are not logged in.
Hi guys. I'm trying to find some good resources and/or tutorials for writing interpreters. I've been looking around for a while, and haven't found much. I'd also like to start getting into JIT compilation as well.
Anyone know where I might find this kind of thing?
Offline
You may find LLVM ( http://llvm.org/ ) interesting.
There are also a lot of papers at http://library.readscheme.org/page8.html
I don't know about this one, but it is called "Writing Interpreters" http://portal.acm.org/citation.cfm?id=255315.255358
And well.... google is your friend
Offline