Tag: DSLs
Updated on May 1, 2015
Basic Introduction to Scala Part 1
Scala’s name comes from the idea of a scalable language, its ambition is to be a language that can scale to solve a more diverse set of programming problems more easily than General purpose programs (GPL). Scala is… Read More
Updated on May 1, 2015
Basic Introduction to Domain Specific Languages
The way most people program today is through general purpose languages (GPL) such as c++, java etc. These are good for making programs that span across multiple domains or problem spaces, although they lack specific features to allow… Read More