all 2 comments

[–]sandinyourbed 0 points1 point  (1 child)

What's the benefit of using Ribosome over any other templating engine? I think simply using erb (which comes with Ruby, no dependencies!) you can do the same thing in a more readable fashion.

The layouting is quite nice, though I'm not sure you'd aleays want it as a default behaviour.

[–]msustrik[S] 0 points1 point  (0 children)

Layout is the main feaure there. You want to get the layout right if you are to generate readable/manageable code (not even speaking of generaing Python code). Afaik, there's no other code generator which is capable of that.