up vote 5 down vote favorite
3
share [g+] share [fb]

I have a current need to greatly increase my knowledge around DSLs. Who are the big names in DSLs? What blogs should I be reading?

link|improve this question
feedback

7 Answers

up vote 4 down vote accepted

Martin Fowler is working on a book on DSLs. The work in progress is online. Ayende Rahien has completed a book on writing DSLs in Boo, which also is available online via Manning's early access program. The former is conceptual while the latter is a practical guide.

link|improve this answer
1  
+1 Do you know what Ayende uses as a domain for his DSL in the book? I have read the first chapter it seems really good. But still rough around the edges. – brun Mar 3 '09 at 5:40
feedback

You can read a lot of interesting stuff about language design on the Lambda the Ultimate blog.

link|improve this answer
1  
+1 I like that blog too. – brun Mar 3 '09 at 5:37
feedback

Martin Fowler is the first one that jumps to mind. He has links to other resources on his page, too.

link|improve this answer
feedback

I know that's an old question, but I enjoy reading eelco visser's blog

link|improve this answer
feedback

Martin Fowler and Eric Evans for a start.

Jimmy Nilsson perhaps.

link|improve this answer
feedback

Paul Hudak is one of the people who worked on Haskell, and has written this paper about implementing embedded DSLs in Haskell.

link|improve this answer
feedback

Ayende Rahien blogs about various things, including DSLs via Boo

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.