I really like is it's compiled, and all the coding in templates also type safe and checked by compiler.
I thought it looked pretty good -- it provided a convenient, type-safe way to build HTML templates. In the end they stopped work on it in favour of their web component framework.
I do this in my goal project. I read from a Wayland XML protocol and use go's template system to automatically generate the functions. The cool thing is that its an embarrassingly parallel problem that is easily scales concurrently with goroutines.
FWIW, the Dart guys went down this path for a while. See http://blog.sethladd.com/2012/03/first-look-at-darts-html-template.html.
I thought it looked pretty good -- it provided a convenient, type-safe way to build HTML templates. In the end they stopped work on it in favour of their web component framework.
--
You received this message because you are subscribed to a topic in the Google Groups "golang-nuts" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/golang-nuts/-wYJik7iL60/unsubscribe?hl=en-US.
To unsubscribe from this group and all its topics, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Gowl project*