Learning to implement dynamic language compiler
Posted
by
TriArc
on Programmers
See other posts from Programmers
or by TriArc
Published on 2011-03-10T01:54:18Z
Indexed on
2011/03/10
8:18 UTC
Read the original article
Hit count: 329
dynamic-typing
|compiler
I'm interested in learning how to create a compiler for a dynamic language. Most compiler books, college courses and articles/tutorials I've come across are specifically for statically typed languages. I've thought of a few ways to do it, but I'd like to know how it's usually done. I know type inferencing is a pretty common strategy, but what about others?
Where can I find out more about how to create a dynamically typed language?
© Programmers or respective owner