Hacker News new | ask | show | jobs
by dpick 4843 days ago
I've had very similar feelings using enlive in Clojure land. I doubt I'll be switching back to a more traditional templating engine any time soon.
3 comments

I'm very happy with Hiccup, I think both paradigms are better than the more common ERB style templating. Either pure Clojure (or whateverlanguage) or pure HTML rather than a mix.

I wish Clojure had a batteries included framework like this just to draw more attention to the language.

Have you had a look at Luminus[1]?

[1]: http://www.luminusweb.net

Yeah, thought of Enlive when I read this. I wish this style of templating could get imported into Rails.
I agree. View first rocks!