Yes I want to make Code written in C available to Haskell. But I worry bow about mixing different C compilers. E.g. for Windows there is a retargettable C compiler made by Jacob Navia available for a low price (it is even free). See http://www.q-software-solutions.com/ .And on the other hand Microsoft bundles all his compilers in Visual Studio. net . I don't know if I can use code from C# available to Haskell. Regards Scott ----- Original Message ----- From: "Lars Lundgren" <d95lars@dtek.chalmers.se> To: "Scott J." <jscott@planetinternet.be> Sent: Wednesday, August 07, 2002 10:14 AM Subject: Re: one C compiler
On Tue, 6 Aug 2002, Scott J. wrote:
Hi,
I want to know if I have to use the same c compiler with which GHC was ported to windows or may I use other C compilers for poting C to GHC?
It is very hard to understand what it is you are asking. GHC is a compiler written in Haskell (Not C). What is it you are trying to do? Make some code written in C available to some code written in Haskell, or what?
/Lars L