On 5 July 2012 04:32, Kyle Cordes wrote:
> If anyone is aware of a Clojure wrapper for this, or has found 4j to work
> well as-is, I'd appreciate hearing about it.
>From a cursory glance at the documentation, data is passed into jade4j
in the form of Java maps and lists; presumably these are not
On Friday, July 6, 2012 at 5:57 PM, Kyle Cordes wrote:
> There is a tool that looks like it might do something similar for html ->
> Hiccup:
>
> https://github.com/hozumi/hiccup-bridge
>
Update: Takahiro Hozumi (author of the above tool) cleaned up some bits, and it
now is quite useful for c
On Thursday, July 5, 2012 at 9:05 PM, Leif wrote:
> I know this doesn't answer your question, but why are you contemplating using
> Jade in Clojure, instead of Hiccup or Enlive, which seem like better markup
> solutions (for different reasons)? Is it just for the sake of uniformity
> throughout
I know this doesn't answer your question, but why are you contemplating
using Jade in Clojure, instead of Hiccup or Enlive, which seem like better
markup solutions (for different reasons)? Is it just for the sake of
uniformity throughout your codebase?
On Wednesday, July 4, 2012 10:32:17 PM UT