-
Neal Ford 4.03
Description:
Building Domain Specific Languages in Ruby shows the power and flexibility of the language.
This talk covers some advanced DSL techniques in Ruby, including building really fluent interfaces, building natural language-styel DSLs, using sticky attributes, factories via const_missing, bubling methods, and other techniques. This session goes beyond the general syntactic tricks used to create DSLs; it shows how to make internal DSLs in Ruby a compelling abstraction mechanism for building frameworks and other tools.
Links: Website

I loved the ideas of sticky attributes.