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.
