If you start looking for mini languages in a normal project (or where they would fit) you will see that there are frequently many opportunities to do something useful with small domain specific languages.
I suggest starting with parser combinators rather than page 1 in the Dragon Book. They are a nice way to get things done quickly.
If you start looking for mini languages in a normal project (or where they would fit) you will see that there are frequently many opportunities to do something useful with small domain specific languages.
I suggest starting with parser combinators rather than page 1 in the Dragon Book. They are a nice way to get things done quickly.