Compiling domain specific languages embedded in a dynamic language
Embedded domain specific languages (DSLs) has the advantage that many language features come for free from the host language in which it is embedded because it shares the same execution environment. But sometimes the DSL needs is to be executed in a different environment. In this talk we will show …