
4 Jan
2007
4 Jan
'07
8:05 a.m.
Bulat Ziganshin wrote:
Hello Jaap,
Friday, December 22, 2006, 9:45:39 PM, you wrote:
* Are the .hc files cross-platform?
just want to mention that jhc compiler generates pure ansi c code. may be it's better suit your needs?
It's all very well generating pure ANSI C code - GHC can do that too (we call it "unregisterised", and it's how you port GHC to a new platform), but if the original Haskell code you compiled contained any #ifdefs then you still don't have platform-independent intermediate code. Cheers, Simon