rattl - TAL for Ruby
There's already too many templating solutions for every language, Ruby included. Erb, Liquid, Haml, etc.
However, I didn't find an abundance of good TAL-like templating languages. For those of you who don't know much about TAL, check out a short tutorial on it. It's a pretty interesting way to do templating if you have a lot of interaction with non-technical designers and such.Anyway, I'm starting the Ruby ATribute Templating Language (Rattl). Mainly because it's just fun to create new templating languages! A few of the basic constructs are implemented so far, so its kinda-sorta useful. Check it out, Contributions are welcome as always!http://github.com/ctcherry/rattl
