DSL in Objective C
1. [Domain Specific Languages by Martin Fowler](http://martinfowler.com/books/dsl.html)
2. [Writing Less Code](http://www.merowing.info/2014/08/writing-less-code/#.VANVubySwil)
3. [Domain Specific Languages: Objective-C, Ruby and Java (and Groovy)](http://www.harukizaemon.com/blog/2005/10/19/domain-specific-languages-objective-c/)
4. [UITableViewDSL](https://github.com/cppforlife/UITableViewDSL)
5. [How does it work — Expecta](http://paul-samuels.com/blog/2014/03/16/how-does-it-work-expecta/)
6. [Masonry](https://github.com/Masonry/Masonry)
7. [Fluent Interface](http://martinfowler.com/bliki/FluentInterface.html)
8. [Fluent interface pattern in Objective-C](http://stackoverflow.com/questions/3124001/fluent-interface-pattern-in-objective-c)
9. [THE BUILDER PATTERN IN OBJECTIVE-C](http://www.annema.me/the-builder-pattern-in-objective-c)
10. [ObjectiveCVerbalExpressions](https://github.com/VerbalExpressions/ObjectiveCVerbalExpressions)
11. [Alternative Objective-C User Defined Literals](http://www.dudas.co.uk/aocudl/)
12. [OCUDL in Depth](http://dbachrach.com/posts/ocudl-in-depth/)