On Sep 1, 12:24 pm, Sean Corfield <[email protected]> wrote: > On Wed, Sep 1, 2010 at 12:16 AM, Meikel Brandmeyer <[email protected]> wrote: > > I have good experiences with enlive[1]. There you write your templates > > in normal HTML files and modify them from Clojure via CSS-style > > selectors. > > That's pretty horrible.
You can try using StringTemplate http://www.stringtemplate.org/ which is more _functional_ in usage style than Freemarker http://freemarker.sourceforge.net/ and Velocity http://velocity.apache.org/ -- let me know if you need examples on using StringTemplate with Clojure. > > I guess I've been spoiled with CFML as a templating language :( > > Maybe I'll end up writing my own templating engine for Clojure... sigh... Not a bad idea IMHO. Regards, Shantanu -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
