The other option would be to use Reader Conditionals to port an existing Clojure library to ClojureScript. For example, https://github.com/fhd/clostache/blob/master/src/clostache/parser.clj doesn't have too mûch Java interop. On Mon, 11 May 2015 at 11:53 pm Jindřich Mynarz <[email protected]> wrote:
> Thanks, Daniel. I've already found about cljsjs.mustache and I'm > considering it as an alternative if there's no library in Clojurescript. > > - Jindřich > > On Monday, 11 May 2015 10:47:33 UTC+2, Daniel Compton wrote: > > It's not quite what you were looking for, but > https://clojars.org/cljsjs/mustache could be an option? > > > > On Mon, 11 May 2015 at 6:49 pm Jindřich Mynarz <[email protected]> > wrote: > > Hi, > > > > > > > > a quick question: is there a Clojurescript-compatible library for > Mustache (https://mustache.github.io/)? I googled around and haven't > found one. > > > > > > > > - Jindřich > > > > > > > > -- > > > > Jindřich Mynarz > > > > http://mynarz.net/#jindrich > > > > > > > > -- > > > > Note that posts from new members are moderated - please be patient with > your first post. > > > > --- > > > > You received this message because you are subscribed to the Google > Groups "ClojureScript" group. > > > > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected]. > > > > To post to this group, send email to [email protected]. > > > > Visit this group at http://groups.google.com/group/clojurescript. > > -- > Note that posts from new members are moderated - please be patient with > your first post. > --- > You received this message because you are subscribed to the Google Groups > "ClojureScript" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/clojurescript. > -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
