By jrandol
via davybrion.com
Published: Sep 05 2010 / 21:54
Creating a DSL seems like a hard thing to do, right? While there are various interesting challenges that you’ll need to deal with if you want to build and use a real DSL, the initial step of getting it working is actually a lot easier than you might think it is. I’m gonna walk you through the creation of a simple DSL, suitable for a domain that all of us have experience with. The domain is quite simple: describing entities, their properties and their relationships. Forget for a second that you could obviously get the exact same information from a set of class definitions. It’s merely a technical exercise using a domain that we all know :)
Add your comment
Voters For This Link (8)
-
jrandol -
tjack87 -
mswatcher -
alireza.haghighatkhah@gmail.com -
Srikanth.Shenoy -
butifull -
dotCore -
tsanand129


