From: Dan Yoder Date: 2008-02-07T05:46:19+09:00 Subject: Re: [ANN] Introducing Waves - Web App Framework > The walk-through looked promising, although I haven't had a chance > to try it. Have you attempted Haml integration? Haml and Sass are > such incredible productivity enhancers (honest, without them I feel > like I have one hand tied behind my back). It would be great to > know whether they are easy, sorta-easy, or really hard to integrate. really easy. the only reason i didn't go with haml out of the gate is because markaby accomplishes a lot of the same things but is much more flexible since it is actually ruby. of course, if you want client-editable templates, than that becomes a drawback, one which i plan to address using sandbox. that said, it really isn't difficult to add haml support if it turns out to be a must-have. if you're interested at giving it a shot yourself, take a look at the Waves::Renderers stuff in the API docs. dan