Writing a DSL in Ruby
A Domain Specific Language or DSL is a mini language focused in solving a particular type of problem. This post shows a way of writing a simple DSL using Ruby.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
A Domain Specific Language or DSL is a mini language focused in solving a particular type of problem. This post shows a way of writing a simple DSL using Ruby.
Post a comment