On Thu, Oct 29, 2009 at 5:18 PM, Alex Osborne wrote:
> There's a 1.0 compatible branch on github. [...]
Thanks, I missed that branch.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this
Clojure is actually an entirely different language in the Lisp family
of languages. In addition to ABCL (Common Lisp on the JVM), there are
also 2 or 3 Scheme implementations on the JVM.
On Oct 29, 8:09 am, "bal...@gmail.com" wrote:
> Hello,
>
> First let me congratulate the clojure team on thi
No, I didn't.
On Oct 30, 8:28 am, Tassilo Horn wrote:
> Daniel Simms writes:
> > On Thu, Oct 29, 2009 at 4:34 PM, Rayne wrote:
> >> but I would highly recommend that you just pull it from the github
> >> repository.
>
> > Especially if you're going to use clojure-contrib ...or is there some
>
Daniel Simms writes:
> On Thu, Oct 29, 2009 at 4:34 PM, Rayne wrote:
>> but I would highly recommend that you just pull it from the github
>> repository.
>
> Especially if you're going to use clojure-contrib ...or is there some
> "release" of contrib synch'd to clojure releases that I missed
>
Hi Julien.
On Thursday 29 October 2009 bal...@gmail.com wrote:
> Hello,
>
> Next is my question: can I run common lisp programs on the jvm using
> clojure? I was thinking specifically to Maxima - (the formal calculus
> program)?
>
Clojure is not source compatible to Common Lisp (and not intended
Daniel Simms wrote:
> On Thu, Oct 29, 2009 at 4:34 PM, Rayne wrote:
>> but I would highly recommend that you just pull it from the github
>> repository.
>
> Especially if you're going to use clojure-contrib ...or is there some
> "release" of contrib synch'd to clojure releases that I missed
> so
On Thu, Oct 29, 2009 at 4:34 PM, Rayne wrote:
> but I would highly recommend that you just pull it from the github
> repository.
Especially if you're going to use clojure-contrib ...or is there some
"release" of contrib synch'd to clojure releases that I missed
somewhere?
--~--~-~--~---
You can't use Clojure to run Common Lisp programs on the JVM. Clojure
is it's own Lisp, and has nothing to do with Common Lisp. There are
some implementations of Common Lisp on the JVM, the most popular of
which I believe is ABCL.
I believe there are some experimental Ubuntu packages available, b
Hello,
First let me congratulate the clojure team on this wonderful
initiative: porting lisp to the jvm.
Next is my question: can I run common lisp programs on the jvm using
clojure? I was thinking specifically to Maxima - (the formal calculus
program)?
And finally another question: are there a