[Haskell-cafe] Re: MUA written in Haskell (was: Getting GHC to print "Done" when it's finished linking?)

Donald Bruce Stewart dons at cse.unsw.edu.au
Wed Mar 8 22:30:50 EST 2006


> 5) Ideally the scripting language would be Haskell..

> ... I can't find anything which would allow you 
> to compile and load functions into a running program.

>From haskell.org:
   "hs-plugins"
        A library for compiling and loading plugins into a running Haskell program.

Have a look at:
    "Dynamic Applications From the Ground Up". Stewart and Chakravarty, 2005
    "Plugging Haskell In". Pang, Stewart, Seefried, and Chakravarty, 2004

:)

Cheers,
 Don


More information about the Haskell-Cafe mailing list