I prefer support for sass or scss or less or stylus than support for haml, i not spent time coding in html directly.
2011/12/20 Vasile Ermicioi <elff...@gmail.com> > my opinion is that html is not too hard too read, so I don't think that > adds any value > > from their tutorial > > <strong class="code" id="message">Hello, World!</strong> > %strong{:class => "code", :id => "message"} Hello, World! > > <div class='item' id='item<%= item.id %>'> <%= item.body %> </div> > .item{:id => "item#{item.id}"}= item.body > > I don't spend too much time to write html so I don't see any real > advantage, and now it even looks strange ... > > my 2 cents > > -- Alvaro Lizama Molina - http://alvarolizama.net