haskell.runtime.* ??

Simon Peyton-Jones simonpj@microsoft.com
Sun, 29 Apr 2001 12:16:24 -0700


I'm afraid that no one ever completed the GHC Haskell->Java
story.  The idea is that the JVM is the runtime, but of
course you need to implement the standard libraries somehow,=20
and all the primitive operations GHC uses.   Not a trivial
task, but one we are undertaking for .NET.

Bottom line: the reason you can't find a runtime is because
you are supposed to compile the Java with a Java compiler
and run that.  But you'll need to do more than that to
actually run programs

Simon

| -----Original Message-----
| From: Kwanghoon Choi [mailto:khchoi@ruby.kaist.ac.kr]
| Sent: 25 April 2001 14:13
| To: glasgow-haskell-users@haskell.org
| Subject: haskell.runtime.* ??
|=20
|=20
|=20
| Hello,
|=20
| I  managed  to restore an option for GHC 5.00 to produce=20
| java output but I realized that I also need some runtime=20
| system  to  run  the  java  program  produced  by GHC. I=20
| examined  the GHC source tree and the GHC website but in=20
| vain. Where do I get the runtime system?
|=20
| Thanks in advance.
|=20
| Kwanghoon
|=20
|=20
|=20
|=20
| _______________________________________________
| Glasgow-haskell-users mailing list
| Glasgow-haskell-users@haskell.org
| http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
|=20