in reply to Re^2: Get Involved With Pugs
in thread Get Involved With Pugs
The "GHC for cygwin" is a misnomer, as GHC is mostly a native Win32 application. I haven't seen which backend for code generation GHC actually uses, but I assume it is built-in. I don't know if there is a build of GHC with MSVC, but as GHC is a compiler itself, I assume that GHC is compiled with itself mostly.
I am developing Pugs on Win32 without any problems, because the support of GHC for Win32 is really good and one can easily access the Win32 API from within GHC. There are some things that are different between Pugs/Win32 and Pugs/POSIX:
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Get Involved With Pugs
by tphyahoo (Vicar) on May 12, 2005 at 08:50 UTC | |
by Corion (Patriarch) on May 12, 2005 at 08:55 UTC |