Search code examples
frameworksclojurecompojurehiccup

Clojure web framework for designers/ front end devs


All of the popular Clojure web frameworks I am seeing use hiccup to generate HTML. I find hiccup is hard to have a front end design person adjust to, compared to other frameworks that parse the syntax out of templates.

Is there a clojure web framework that doesn't require the front end developer to learn LISP?


Solution

  • Check out Enlive. It will allow your designer to work in pure HTML.