Re: Clojure Box 1.1

2010-01-11 Thread Mark Fayngersh
Did you install it as administrator? Perhaps it had permission trouble setting the environmental variables. On Mon, Jan 11, 2010 at 3:49 PM, Chris Jenkins wrote: > Out of curiosity, what configuration do you have in place that's causing >> clojure.contrib.pprint to be loaded? >> >> > I'm not sur

Re: ANN: Clojuratica v2 -- Seamless Mathematica-within-Clojure!

2009-12-01 Thread Mark Fayngersh
oh, great! On Tue, Dec 1, 2009 at 9:11 AM, Jamie wrote: > On Dec 1, 7:51 am, Mark Fayngersh wrote: > > > I dont suppose this is possible on *nix machines? If i recall correctly, > the > > Mathematica Kernel is not available for *nix-based architectures. > > The

Re: ANN: Clojuratica v2 -- Seamless Mathematica-within-Clojure!

2009-12-01 Thread Mark Fayngersh
I dont suppose this is possible on *nix machines? If i recall correctly, the Mathematica Kernel is not available for *nix-based architectures. On Fri, Nov 20, 2009 at 7:19 PM, Rich Hickey wrote: > > > On Nov 20, 5:57 pm, Garth Sheldon-Coulson wrote: > > Dear Clojurians, > > > > I am very happy

Re: Clojure for high-end game development

2009-05-21 Thread Mark Fayngersh
Game developement? Definitely possible. I was even thinking of finding a way to bridge Clojure with the Android platform Electronic Arts? Most likely not. On Thu, May 21, 2009 at 2:35 PM, tcg wrote: > > You would think with Clojure's ability to make use of mutli cpu > hardware it would be a goo

Re: Is "apply" slow or am I incorrectly benchmarking this?

2009-05-20 Thread Mark Fayngersh
thinking of http://w01fe.com/blog/2009/01/pleasant-surprise-clojures-apply-is-lazy/ ? On Wed, May 20, 2009 at 3:38 PM, CuppoJava wrote: > > Hi, > I'm using "apply" a lot in my code, and a small micro-benchmark is > telling me that it's a very slow operation. Can someone confirm this? > I'm wonder