New article at Ruby Code & Style

I’m pleased to announce the publication of a new article at Ruby Code &
Style. Jim F. has written an outstanding piece on creating DSLs
(domain-specific languages) with Ruby.

Check it out!

http://www.artima.com/rubycs/articles/ruby_as_dsl.html


James B.

http://www.ruby-doc.org - Ruby Help & Documentation
Ruby Code & Style - The Journal By & For Rubyists
http://www.rubystuff.com - The Ruby Store for Ruby Stuff
http://www.30secondrule.com - Building Better Tools

On 3/20/06, James B. [email protected] wrote:

I’m pleased to announce the publication of a new article at Ruby Code &
Style. Jim F. has written an outstanding piece on creating DSLs
(domain-specific languages) with Ruby.

Check it out!

artima - Creating DSLs with Ruby

Good stuff. Covers all of the basics, and has clear examples of the
meta-programming needed for a DSL. Thanks much to all involved.