Actually I wanted to try STG hugs on my win 98 machine (I know thats
not supported, but I have ghc workign with cygwin, so maybe i can
get it working...) but if I go to:
http://www.cse.ogi.edu/PacSoft/projects/Hugs/pages/thrills.htm
all the links to downloadable files dont lead anywhere but
http://www.cse.ogi.edu/PacSoft/projects/Hugs/pages/
where I cannot find any files except for Hugs98. Whats up 'dat?
Is there a better place to try and grab these goodies?
Cheers and thanks!
On Wed, 15 Mar 2000, Julian Seward (Intl Vendor) wrote:
>
> > There's the new unified FFI, using the "foreign" keyword. I believe,
> > there's a reference to the FFI paper from www.haskell.org.
>
> Yes, the new STG Hugs, for which Linux and Win32 preview versions are
> already available, supports foreign import/foreign export, so you
> can not only call C from them, but also wrap up arbitrary
> Haskell functions so they can be called from outside. Quite handy!
>
> J
>