[Haskell-cafe] Modifying Running Programs

MR K P SCHUPKE k.schupke at imperial.ac.uk
Sun Aug 1 19:10:13 EDT 2004


>Is there a way to force ghc (or some other Haskell
>implementation) to load new implementations of
>functions without restarting the program?

Yes, if you use the dynamic loading interface fron ghci.
Code can be loaded and unloaded at runtime (however I
believe the actual memory is never recovered)

Keean.


More information about the Haskell-Cafe mailing list