Re: Haskell2Java

1997-01-07 Thread TAKEICHI
We have an experimental implementation of 'gofjava' which translates Gofer programs into Java code. We are now evaluating Java code before making the system available to the public. The system is designed and implemented by Mr. Yuichirou Ishii, [EMAIL PROTECTED] Ph.D candidate, for exami

Re: Haskell2Java

1997-01-07 Thread Rhys Price Jones
Apologies, and thanks to Joshua Engel for drawing to my attention. The correct URL is: http://www.cygnus.com/~bothner/kawa.html -- rhys

Re: Haskell2Java

1997-01-06 Thread Rhys Price Jones
I came across a Scheme -> Java Byte code implementation called Kawa that I haven't yet evaluated. Information at http://www.cygnus.com/~brothner/kawa.html -- rhys Rhys Price Jones Cyd-athro Cyfrifianneg ___ Associate Professor Computer Science

Re: Haskell2Java

1997-01-06 Thread Philip Wadler
You may wish to check out Pizza, a superset of Java that incorporates parametric polymorphism, higher-order functions, and algebraic data types and that compiles into the Java Virtual Machine. http://wwwipd.ira.uka.de/~pizza/ Also, David Wakeling ([EMAIL PROTECTED]) has looked at compili