Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Kaz Kylheku Newsgroups: comp.lang.lisp,comp.lang.java.programmer Subject: Re: Compile a lisp code and execute into a Java Virtual Machine Followup-To: comp.lang.lisp Date: Sun, 18 Dec 2011 06:57:23 +0000 (UTC) Organization: A noiseless patient Spider Lines: 17 Message-ID: <20111217225405.671@kylheku.com> References: <747af55b-915e-49d4-8cdc-f7d6ac3fdc3c@dv9g2000vbb.googlegroups.com> <4eeb3461$0$6975$e4fe514c@news2.news.xs4all.nl> <87ty4yu09k.fsf@kuiper.lan.informatimago.com> <4eed567d$0$288$14726298@news.sunsite.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Sun, 18 Dec 2011 06:57:23 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="UCk3K/YilCUd19+i749f3A"; logging-data="28723"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX198QfYOEfQDSZm5HNLy0+eOCUp3PGDmNTc=" User-Agent: slrn/pre1.0.0-18 (Linux) Cancel-Lock: sha1:fVR3WLJyzUBcDjxCDtwdXW14LWM= Xref: x330-a1.tempe.blueboxinc.net comp.lang.lisp:7122 comp.lang.java.programmer:10847 ["Followup-To:" header set to comp.lang.lisp.] On 2011-12-18, Arne Vajhøj wrote: > On 12/17/2011 8:38 PM, Pascal J. Bourguignon wrote: >> Silvio Bierman writes: >> >>> You could look into clojure. It is a JVM Lisp that might be of use. >> >> Not at all. Clojure is useless since it's not a Common Lisp. > > Have you seen the OP's source code, so that you know the > differences will make Clojure useless? ``I'm working in a project that is lisp code and works fine in Allegro CL and MCL.'' Unlikely it will work in Clojure without a rewrite. Clojure and CL are not compatible, even for writing half-a-page throwaway programs.