show/hide this revision's text 2 deleted 2 characters in body

Before you start designing an entire language from scratch think about whether it could not be easier done by creating a DSL (Domain Specific Language) for an already existing language thus leveraging tools and compiler of that language?.

For example it's pretty easy to create a very specialized DSL for Groovy, while no one will ever recognize that there the underlying technology is actually Groovy.

show/hide this revision's text 1

Before you start designing an entire language from scratch think about whether it could not be easier done by creating a DSL (Domain Specific Language) for an already existing language thus leveraging tools and compiler of that language?

For example it's pretty easy to create a very specialized DSL for Groovy, while no one will ever recognize that there underlying technology is actually Groovy.