Haml icon
Haml icon

Haml

 4 likes

Haml (HTML Abstraction Markup Language) is a lightweight markup language that is used to describe the XHTML of any web document without the use of traditional inline coding. It’s designed to address many of the flaws in traditional templating engines, as well as making markup as...

License model

  • FreeOpen Source

Application type

Country of Origin

  • US flagUnited States

Platforms

  • Mac
  • Windows
  • Linux
  No rating
4likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Content Templates

 Tags

Haml News & Activities

Highlights All activities

Recent activities

No activities found.

Haml information

  • Developed by

    US flagHampton Catlin
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    3 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  3,777 Stars
  •  575 Forks
  •  22 Open Issues
  •   Updated Dec 28, 2024 
View on GitHub

Popular alternatives

View all

Our users have written 0 comments and reviews about Haml, and it has gotten 4 likes

Haml was added to AlternativeTo by tehalynn on Jan 29, 2011 and this page was last updated May 30, 2024.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Haml?

Haml (HTML Abstraction Markup Language) is a lightweight markup language that is used to describe the XHTML of any web document without the use of traditional inline coding. It’s designed to address many of the flaws in traditional templating engines, as well as making markup as elegant as it can be. Haml functions as a replacement for inline page templating systems such as PHP, RHTML, and ASP. However, Haml avoids the need for explicitly coding XHTML into the template, because it is itself a description of the XHTML, with some code to generate dynamic content. Haml's equivalent for CSS is Sass.

Official Links