jaybaz [MS] WebLogWe believe in nothing.Domain-Specific Languages- June 19, 2007 I'm quite attracted by the idea of domain-specific languages, but so far I haven't found a satisfactory way to create them. For a while I was writing a lot of MSBuild tasks. I found the programming model for a MSBuild tasks to be a bit awkward. You have to write properties where fields should be sufficient. For MSBuild to see a property accessor, it has to be 'public', even though you don't want anyone else to ever use the accessor (not even yourself!). So, I...http://blogs.msdn.com/jaybaz_ms/archive/2007/06/19/domain-specific-languages.aspx |