[ ghc-Feature Requests-1191666 ] Provide a Java Backend
SourceForge.net
noreply at sourceforge.net
Thu Apr 28 08:20:58 EDT 2005
Feature Requests item #1191666, was opened at 2005-04-28 12:20
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=358032&aid=1191666&group_id=8032
Category: None
Group: None
Status: Open
Priority: 5
Submitted By: wangzx (rainbowang)
Assigned to: Nobody/Anonymous (nobody)
Summary: Provide a Java Backend
Initial Comment:
I hope the GHC provide a JVM backend.
also:
1. GHC compile hs to bytecode(name as klass) like what
javac
and klass can be packed as kjar(like jar in java)
2. an KVM interpret the klass bytecode and translate it
to java .class, then execute it on JVM. the KVM can be
write in haskell also.
now, a pure java based GHC and KVM can be used on JVM like
1. ghc.kjar contains the ghc compiler
2. happy.kjar contains the happy compiler
3. kvm.kjar contains the KVM
4. kvm.jar contains the bootstrap kvm that can be run
on JVM.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=358032&aid=1191666&group_id=8032
More information about the Glasgow-haskell-users
mailing list