Re: Jade / Jade4J

2012-07-07 Thread MichaƂ Marczyk
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

Re: Jade / Jade4J

2012-07-07 Thread Kyle Cordes
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

Re: Jade / Jade4J

2012-07-06 Thread Kyle Cordes
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

Re: Jade / Jade4J

2012-07-05 Thread Leif
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