Ideas on C# DSL syntax
- by Dmitriy Nagirnyak
Hi,
I am thinking about implementing a templating engine using only the plain C#/.NET 4 syntax with the benefit of static typing.
Then on top of that templating language we could create Domain Specific Languages (let's say HTML4, XHTML, HTML5, RSS, Atom, Multipart Emails and so on).
One of the best DSLs in .NET 4 (if not only one) is SharpDOM.…