Last week I did a presentation for the Omaha Dynamic Language Users Group, entitled DSLs, Groovy, and YOU!. It was a lot of fun, and was well received. When you get down to it, everything we do as programmers is revolves around DSLs. There is definitely a blog post or three in that last sentence.
So, the files are online for the presentation, the handout, and for the Groovy partial-implementation of LOGO that I did for the talk.
thoughts.on.code :: Using Groovy to monitor CruiseControl builds | 27-Mar-07 at 7:51 pm | Permalink
[...] first experience with SwingBuilder was for my Groovy DSL talk a few weeks ago… I implemented a pseudo-LOGO interpreter on top of Groovy, using [...]
The Disco Blog » Blog Archive » Builders are Groovy’s bag | 05-Jul-07 at 7:38 pm | Permalink
[...] my simple little language doesn’t have too much variance in structure, it turns out that implementing the createNode [...]