Dynamic/runtime loading with GHC

2002-09-21 Thread Andre Pang
Hi all, I've whipped up an example tarball of how to do "runtime loading" (similar to dynamic loading, a.k.a. dlopen() or LoadLibrary()) in GHC. You can find it here: http://www.algorithm.com.au/wiki/hacking/haskell.ghc_runtime_loading It's a little example stdin text filter program, that

RE: Dynamic/runtime loading with GHC

2002-09-24 Thread Simon Peyton-Jones
ittampalam; Shae Matijs Erisson; Manuel Chakravarty; | Duncan Coutts | Subject: Dynamic/runtime loading with GHC | | Hi all, | | I've whipped up an example tarball of how to do "runtime loading" | (similar to dynamic loading, a.k.a. dlopen() or LoadLibrary()) in | GHC. You can fi

Re: Dynamic/runtime loading with GHC

2002-10-03 Thread Duncan Coutts
On Sun, 22 Sep 2002 00:19:11 +1000 Andre Pang <[EMAIL PROTECTED]> wrote: > It's a little example stdin text filter program, that loads in .o > and .so "plugins" at runtime. New in version 1.1 is the ability > to load .so files as plugins :). I think that with a bit more > polish, we may even be