Gabriella439/post-rfc

Front-end web programming: mention templating

Closed this issue · 1 comments

Another area for improvement, IMHO:

  • Haskell tools tend to focus on building HTML pages without writing HTML. That's cool, but not appropriate for everyone. Projects to watch: Hastache for Mustache templates (fairly mature), and @sourrust's Karver (inspired by Jinja) which finally provides some whole-page HTML templating.

Yeah, I will definitely add Hastache / Karver. I also want to mention lucid if you haven't checked it out already (it's an in-language DSL for building HTML).