Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #10793 > unrolled thread
| Started by | Santiago Carbonell <carbonell.santiago@gmail.com> |
|---|---|
| First post | 2011-12-16 03:09 -0800 |
| Last post | 2011-12-16 13:14 +0100 |
| Articles | 6 — 6 participants |
Back to article view | Back to comp.lang.java.programmer
Compile a lisp code and execute into a Java Virtual Machine Santiago Carbonell <carbonell.santiago@gmail.com> - 2011-12-16 03:09 -0800
Re: Compile a lisp code and execute into a Java Virtual Machine Silvio Bierman <silvio@moc.com> - 2011-12-16 13:06 +0100
Re: Compile a lisp code and execute into a Java Virtual Machine "Pascal J. Bourguignon" <pjb@informatimago.com> - 2011-12-18 02:38 +0100
Re: Compile a lisp code and execute into a Java Virtual Machine Arne Vajhøj <arne@vajhoej.dk> - 2011-12-17 21:56 -0500
Re: Compile a lisp code and execute into a Java Virtual Machine Kaz Kylheku <kaz@kylheku.com> - 2011-12-18 06:57 +0000
Re: Compile a lisp code and execute into a Java Virtual Machine Carlos <angus@quovadis.com.ar> - 2011-12-16 13:14 +0100
| From | Santiago Carbonell <carbonell.santiago@gmail.com> |
|---|---|
| Date | 2011-12-16 03:09 -0800 |
| Subject | Compile a lisp code and execute into a Java Virtual Machine |
| Message-ID | <747af55b-915e-49d4-8cdc-f7d6ac3fdc3c@dv9g2000vbb.googlegroups.com> |
Hi, I'm working in a project that is lisp code and works fine in Allegro CL and MCL. What I need is compile this lisp code (some lisp files) and execute it into a Java Virtual Machine and add some Java interfaces from Swing. I don't know if someone can help me in this task. I'm trying jatha and loadfromjarprimitive but doesn't work fine and I don't know if this is what I need Some examples of how to load, compile and execute some lisp code into java is appreciated Thanks
[toc] | [next] | [standalone]
| From | Silvio Bierman <silvio@moc.com> |
|---|---|
| Date | 2011-12-16 13:06 +0100 |
| Message-ID | <4eeb3461$0$6975$e4fe514c@news2.news.xs4all.nl> |
| In reply to | #10793 |
You could look into clojure. It is a JVM Lisp that might be of use. On 12/16/2011 12:09 PM, Santiago Carbonell wrote: > Hi, > > I'm working in a project that is lisp code and works fine in Allegro > CL and MCL. > > What I need is compile this lisp code (some lisp files) and execute it > into a Java Virtual Machine and add some Java interfaces from Swing. > > I don't know if someone can help me in this task. > > I'm trying jatha and loadfromjarprimitive but doesn't work fine and I > don't know if this is what I need > > Some examples of how to load, compile and execute some lisp code into > java is appreciated > > Thanks
[toc] | [prev] | [next] | [standalone]
| From | "Pascal J. Bourguignon" <pjb@informatimago.com> |
|---|---|
| Date | 2011-12-18 02:38 +0100 |
| Message-ID | <87ty4yu09k.fsf@kuiper.lan.informatimago.com> |
| In reply to | #10794 |
Silvio Bierman <silvio@moc.com> 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.
--
__Pascal Bourguignon__ http://www.informatimago.com/
A bad day in () is better than a good day in {}.
[toc] | [prev] | [next] | [standalone]
| From | Arne Vajhøj <arne@vajhoej.dk> |
|---|---|
| Date | 2011-12-17 21:56 -0500 |
| Message-ID | <4eed567d$0$288$14726298@news.sunsite.dk> |
| In reply to | #10842 |
On 12/17/2011 8:38 PM, Pascal J. Bourguignon wrote: > Silvio Bierman<silvio@moc.com> 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? Arne
[toc] | [prev] | [next] | [standalone]
| From | Kaz Kylheku <kaz@kylheku.com> |
|---|---|
| Date | 2011-12-18 06:57 +0000 |
| Message-ID | <20111217225405.671@kylheku.com> |
| In reply to | #10843 |
["Followup-To:" header set to comp.lang.lisp.] On 2011-12-18, Arne Vajhøj <arne@vajhoej.dk> wrote: > On 12/17/2011 8:38 PM, Pascal J. Bourguignon wrote: >> Silvio Bierman<silvio@moc.com> 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.
[toc] | [prev] | [next] | [standalone]
| From | Carlos <angus@quovadis.com.ar> |
|---|---|
| Date | 2011-12-16 13:14 +0100 |
| Message-ID | <20111216131441.2a51585c@zarathustra.sachsenfonds.cz> |
| In reply to | #10793 |
On Fri, 16 Dec 2011 03:09:22 -0800 (PST) Santiago Carbonell <carbonell.santiago@gmail.com> wrote: > Hi, > > I'm working in a project that is lisp code and works fine in Allegro > CL and MCL. > > What I need is compile this lisp code (some lisp files) and execute it > into a Java Virtual Machine and add some Java interfaces from Swing. Take a look at ABCL: http://common-lisp.net/project/armedbear/ --
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.programmer
csiph-web