dcreager.net

Lua can be a really cool HTML templating engine

Riki gives a good overview of some Lua features that make it an especially good substrate for creating DSLs — in this case, as a templating language for producing HTML.

Lua can be a really cool HTML templating engine [riki.house]

Compare this with the options in a less DSL-friendly language, like Go. (Including text/template, which he mentions)

Generating HTML from Go

» Languages » Lua

» Web stuff