Category Archives: DSL

A Real World C# DSL

Anders Noras writes about how to develop a DSL (domain specific language) in C#, using fluent interface. Most of what I’ve seen until now was in Ruby. It’s very interesting, and I need to imagine how you TDD this thing. It is a leap outside the OO world, as some OO rules are broken for

Read More