This post originated from an RSS feed registered with Ruby Buzz
by Obie Fernandez.
Original Post: More From Jay on Ruby-based DSLs
Feed Title: Obie On Rails (Has It Been 9 Years Already?)
Feed URL: http://jroller.com/obie/feed/entries/rss
Feed Description: Obie Fernandez talks about life as a technologist, mostly as ramblings about software development and consulting. Nowadays it's pretty much all about Ruby and Ruby on Rails.
I've got another DSL post half-written which I'll try to finish and post tomorrow. The question of how DSL-based systems properly coexist with relational databases deserves discussion and certainly provoked some heated debate on my project over the last week or so. Data (or is it code) stored in a text column seems too denormalized to database folks. But once you start pulling elements of your DSL into their own rows in the database, I'm afraid some of the magic will disappear -- if not now, certainly once other people have to maintain the system?!