I'm looking for good literature(web, podcasts or books) on DSL's in .net and C#.
+1
A:
Manning have a forthcoming book called Building Domain Specific Languages in Boo by Ayende Rahien. His blog also touches on DSLs from time to time.
Mark Heath
2008-10-07 06:42:52
+4
A:
If you don't mind working with grammars and parser generators then you might want to look at The Definitive ANTLR Reference: Building Domain-Specific Languages
Martin Fowler also writes about DSLs and talks about them in a couple of podcasts
Mark Cidade
2008-10-07 06:45:04
+6
A:
Let's not forget Addison-Wesley's Domain-Specific Development with Visual Studio DSL Tools.
urini
2008-10-07 07:59:55
A:
Check out Terrence Parr's other book, Language Implementation Patterns: Create Your Own Domain-Specific and General Programming Languages
Steve Cooper
2009-09-15 14:03:03