Re: compiling to jvm

bothner@cygnus.com (Per Bothner)
14 Nov 1997 11:43:25 -0500

          From comp.compilers

Related articles
compiling to jvm lhf@csg.uwaterloo.ca (1997-11-11)
Re: compiling to jvm szpilews@priv.onet.pl (Janusz Szpilewski) (1997-11-13)
Re: compiling to jvm bothner@cygnus.com (1997-11-14)
Re: compiling to jvm mal@bewoner.dma.be (Lieven Marchand) (1997-11-15)
compiling to jvm derek@knosof.co.uk (1997-11-16)
| List of all articles for this month |

From: bothner@cygnus.com (Per Bothner)
Newsgroups: comp.compilers,comp.lang.misc
Date: 14 Nov 1997 11:43:25 -0500
Organization: Cygnus Solutions, CA
References: 97-11-059
Keywords: Java, Scheme

Luiz Henrique de Figueiredo <lhf@csg.uwaterloo.ca> wrote:
>Does anyone have experience compiling languages other than Java to JVM?


I have written a Scheme compiler that compiles to the JVM.
It is written in Java (and a little bit of Scheme). Much of
the implementation is not Scheme-specific, and should be
useful for compiling other languages to Java bytecodes.


See http://www.cygnus.com/~bothner/kawa.html.


--
--Per Bothner
Cygnus Solutions bothner@cygnus.com http://www.cygnus.com/~bothner




--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.