Measures Concepts
GitHub icon

RHTML

RHTML - Template language

< >

RHTML is a template language created in 2004.

#1716on PLDB 20Years Old 0Repos

RHTML is HTML mixed with Ruby, using HTML tags. All of Ruby is available for programming along with HTML.


Example from the web:
<ul> <% @products.each do |p| %> <li><%= @p.name %></li> <% end %> </ul>

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout