Re: [Haskell-cafe] status of dynamic loading

2008-05-20 Thread Evan Laforge
Great stuff everyone, thanks so much. I did indeed manage to download an old hs-plugins, and the new one seems to work fine. I'll definitely check out hint and metaplug, and for most of the stuff that doesn't need to be easily changeable at runtime I can do the xmonad thing. On the down side, my

Re: [Haskell-cafe] status of dynamic loading

2008-05-20 Thread Austin Seipp
Excerpts from Evan Laforge's message of Tue May 20 17:34:07 -0500 2008: > Use hs-plugins. I'm not sure if this still works on modern ghc, or if > it works on my platform (darwin intel), but I managed to get this > compiled after "fixing" a use of STArray whose arity apparently > changed, but I pro

Re: [Haskell-cafe] status of dynamic loading

2008-05-20 Thread Gwern Branwen
On 2008.05.20 15:34:07 -0700, Evan Laforge <[EMAIL PROTECTED]> scribbled 2.2K characters: > I have an application where I'd like to load and run code at runtime. > As far as I know, the possibilities are: > > Use hs-plugins. I'm not sure if this still works on modern ghc, or if > it works on my p

Re: [Haskell-cafe] status of dynamic loading

2008-05-20 Thread Niklas Broberg
> Use hs-plugins. I'm not sure if this still works on modern ghc, or if > it works on my platform (darwin intel), but I managed to get this > compiled after "fixing" a use of STArray whose arity apparently > changed, but I probably broke it because now I get "Error in array > index" all the t

[Haskell-cafe] status of dynamic loading

2008-05-20 Thread Evan Laforge
I have an application where I'd like to load and run code at runtime. As far as I know, the possibilities are: Use hs-plugins. I'm not sure if this still works on modern ghc, or if it works on my platform (darwin intel), but I managed to get this compiled after "fixing" a use of STArray whose ari