Karl M Syring wrote:If you are using GHC, you could compile your ".hs" to a Haskell C (".hc") which is a C file, this way:Antoine Utonium wrote on Sat, 31 May 2003 13:29:09 +0200:I recently asked you who knows how to link haskell-made code to C apps, or call haskell code from C code, or encapsulate, traduce, Haskell code in C code. I just want to use haskell when I need advanced algorithms, & C for I/O, and GUI (under windows).. If my question has been answered yet, or if my english is too bad, please say me, or give me links to answers. Thanks. ghc -C myfile.hs There are also other options like compiling an ".o" but I've never tried'em. Wish you luck. _______________________________________________ Haskell-Cafe mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell-cafe |
- Is my question bad ? Antoine Utonium
- Re: Is my question bad ? Karl M Syring
- Re: Is my question bad ? Pablo Dejuan
- Re: Is my question bad ? Antoine Utonium
- Re: Is my question bad ? Alastair Reid
