On Thu, May 15, 2014 at 02:10:39AM +0100, Wookey wrote: > GHCi (ghc is done, but not ghci - is this hard?)
This is hard. You need either an LLVM-based port or a native code generator, and in either case I think you need some linker support in GHC. Both of these are serious compiler engineer projects. Fortunately these only block a minority of Haskell packages ... -- Colin Watson [[email protected]] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

