gleam-lang / suggestions

📙 A place for ideas and feedback
26 stars 2 forks source link

Templating language #3

Closed lpil closed 4 years ago

lpil commented 5 years ago
gamebox commented 4 years ago

Logic-less is nice if you mean something like mustache. An idea is to have something really nice like Scala Play's Twirl. It compiles the template to a Scala file and allows you to have full type safety, parameterized partials, and more.

lpil commented 4 years ago

Thank you for the recommendation!

nono commented 4 years ago

See https://github.com/gleam-lang/gleam/issues/565

lpil commented 4 years ago

Thanks @nono