Re: evaluation of a function via mathematica from clojure using the clojuratica bridge...

2010-10-12 Thread Sunil S Nandihalli
Thanks Garth.. That works well .. mathematica->clojure function has been quiet usefull. Sorry for the delayed response.. Sunil. On Fri, Oct 8, 2010 at 9:54 AM, Garth Sheldon-Coulson wrote: > Sorry, the Needs call isn't quite right. Do this instead: > > << ClojurianScopes` > > Garth > > > On Fri,

Re: evaluation of a function via mathematica from clojure using the clojuratica bridge...

2010-10-07 Thread Garth Sheldon-Coulson
Sorry, the Needs call isn't quite right. Do this instead: << ClojurianScopes` Garth On Fri, Oct 8, 2010 at 12:23 AM, Garth Sheldon-Coulson wrote: > Hi Sunil, > > Double check that you have the .m files from the Clojuratica distribution > in your Mathematica $Path. The error message you receive

Re: evaluation of a function via mathematica from clojure using the clojuratica bridge...

2010-10-07 Thread Garth Sheldon-Coulson
Hi Sunil, Double check that you have the .m files from the Clojuratica distribution in your Mathematica $Path. The error message you received makes me think that the file ClojurianScopes.m is not being properly loaded by Mathematica/Clojuratica. You can check this by firing up Mathematica and cal

evaluation of a function via mathematica from clojure using the clojuratica bridge...

2010-10-04 Thread Sunil S Nandihalli
I am sorry for reposting .. I realized that the subject line was not very intelligible .. so I am changing the subject line and reposting the same message. Hello everybody, I am trying to use clojure along with mathematica. Thanks to Clojuratica, the integration is seamless.. when I try to execu