HAML or erb

Hi All,

I need to take a call on erb or HAML for my new project. I have gone
through some of the posts in stackoverflow regarding the reviews on
both.
The response is confusing. Can any one give me a clear picture of which
one
to choose and the reason. Please help me out in this.

Thanks & Regards,
KARTHIK D S

On 23 July 2014 12:41, karthik Satyanarayana [email protected]
wrote:

Hi All,

I need to take a call on erb or HAML for my new project. I have gone
through some of the posts in stackoverflow regarding the reviews on both.
The response is confusing. Can any one give me a clear picture of which one
to choose and the reason. Please help me out in this.

Use whichever you prefer. Try one, then the other, and make a decision.
erb and haml can be mixed in the same app so you do some views in each
if you like.

Even if you use haml you must understand erb as many of the tutorials
and examples you will find use that.

Colin

Thanks for that Colin L…