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