2 Aug 2004 01:10
Re: Modifying Running Programs
MR K P SCHUPKE <k.schupke <at> imperial.ac.uk>
2004-08-01 23:10:13 GMT
2004-08-01 23:10:13 GMT
>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.
RSS Feed