On Sun, Jan 20, 2013 at 8:55 AM, Shantanu Kumar <kumar.shant...@gmail.com> wrote: >> I really like Enlive, with its very clear separation of logic and >> presentation. Are there any other libraries I should be looking at at the >> templating layer, or is Enlive currently the one to go for? > > Enlive and Hiccup seem to be popular in the Clojure community. There > are also ClojureScript versions[1][2][3] of these templating libraries > that you may like to check out as Josh Kamau mentioned. There are also > Clojure implementations[4][5] of Mustache[6]. > > [1] Enfocus: https://github.com/ckirkendall/enfocus > [2] Crate: https://github.com/ibdknox/crate > [3] Dommy: https://github.com/Prismatic/dommy > [4] Clostache: https://github.com/fhd/clostache > [5] Stencil: https://github.com/davidsantiago/stencil > [6] Mustache: http://mustache.github.com/ > > Another Clojure templating library you may like to look at is Basil: > https://github.com/kumarshantanu/basil (Disclaimer: I am the author of > Basil.) It is a general purpose, conventional templating library for > Clojure(JVM) and ClojureScript. Though it's in early stage at the > moment and lacks features like nesting, template macros, realized > fragments etc, it may still be useful for some projects. >
I'll add a plug for https://github.com/Raynes/laser for templating. Its similar to enlive. Also there is the luminus template. http://www.luminusweb.net/ It's trying to help solve the "what default stack and libraries do I use?" problem by providing a starting place. One place to look for latest versions of libraries is clojars. https://clojars.org/enlive indicates that the latest version of enlive is 1.0.1. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en