I checked c2hs-cvs a couple of days ago, and am wondering if
anyone has any patches yet for building c2hs under ghc5? I
guess it is just a matter of tweaking the config files a
bit. So if noone else has had time yet, I will try to do it
soon.
Cheers, Jens
__
No, we already recycle, thanks.
___
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell
Introducing a new concept on advanced garbage treatment process, and licensing patents
For details, please reference the web site:
http://zwj5382.3322.net
http://zwj5382.163.net
The inventor would like to assign exclusive patent license to anyone who is interested
in patented advanced garbage tre
For the time in MANY years, I'm scheduled to teach a junior-senior
level programming languages course this fall. Our students are --
uhhh -- shall we say "marginal"? (I mean, this is no Mississippi State
after all.)
I've looked at a number of possible textbooks and found them to be
disappointing
At 10:02 2001-04-19 +0400, S.D.Mechveliani wrote:
>Hugs finds
>Prelude> (fromRational (1%5)) :: Double
>
>0.2
>
>Double has mantissa in a binary representation. So, the interpreter
>has to convert a decimal 5 to a binary 101B, evaluate 1B / 101B
Ashley Yakeley wrote:
> I don't suppose Atze Dykstra or anyone else has done any more work on GHC
> for MacOS X? Currently the 4.08.1 bootstrapping binaries don't work
> properly under the final MacOS X -- I had to rerun ranlib on all the
> libraries, and when I tried to compile a 'Hello World
At 2001-04-19 01:19, Ashley Yakeley wrote:
>Herewith my attempt.
Sorry, that should have gone to the Haskell Cafe list.
--
Ashley Yakeley, Seattle WA
___
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell
At 2001-04-09 10:29, Dylan Thurston wrote:
>I hadn't thought about doing rational arithmetic with GCDs. Might be
>nice.
Herewith my attempt. I can't test it though, it runs afoul of one of the
many bugs in Hugs' type-extension handling, and I haven't been able to
run GHC on my MacOS X box.
-
I don't suppose Atze Dykstra or anyone else has done any more work on GHC
for MacOS X? Currently the 4.08.1 bootstrapping binaries don't work
properly under the final MacOS X -- I had to rerun ranlib on all the
libraries, and when I tried to compile a 'Hello World' Haskell program I
got unreso