Re: Vars named **

2016-06-06 Thread unst...@gmail.com
Maybe Nightcode would scratch a similar itch? On Monday, 6 June 2016 21:02:59 UTC-6, Fluid Dynamics wrote: > > On Monday, June 6, 2016 at 7:28:18 AM UTC-4, Gordon Syme wrote: >> >> Easily verified - >> https://github.com/arthuredelstein/clooj/blob/master/proj

Re: Interest in a Full Featured Clojure Blog Engine

2016-03-24 Thread unst...@gmail.com
I ran across this today: Perun On Thursday, 18 July 2013 08:24:06 UTC-6, frye wrote: > > Hello, > > I'm thinking of how to build a composable blogging engine in Clojure. > There have been a few attempts at this, with cow-blog >

Re: [ANN] boot-new 0.3.0 -- Templates for Boot!

2016-02-01 Thread unst...@gmail.com
Great contribution! Thanks. On Friday, 29 January 2016 20:30:58 UTC-7, Sean Corfield wrote: > > What / Where? > Boot new — a task to produce new projects from Boot and/or Leiningen > templates! > boot-new 0.3.0 — https://github.com/seancorfield/boot-new > > Updates? > No longer depends on Bultitu

Passing arguments from clojure to java

2010-11-16 Thread unst...@gmail.com
This seems like such an obvious question, but I can't seem to find the answer anywhere. I don't understand why this would not be included in the java_interop section of the clojure documentation. Is it possible to pass a clojure vector to a java function that requires a java vector as an argument?