Christoph Jasinski <christoph.jasinski / googlemail.com> writes: > I'm new to DSLs and wanted to know if someone could tell me some good and > deep sources (books, long articles, examples, tutorials, etc.) for how to > write DSLs with Ruby. Of course you get some hits with Google, but I can't > distinct between good and bad ones. If you already delt with it, please give > me a hint. While I don't always agree with the details written in http://martinfowler.com/dslwip/ (notably concerning Lisp), I find that presentation quite exhaustive and interesting. After reading it, you should be able to write any kind of DSL in any programming language... -- __Pascal Bourguignon__