Re: [Haskell-cafe] Re: hs-plugins and memory leaks

2010-10-20 Thread Andy Stewart
Evan Laforge writes: >> Last, i remove pdynload code from my project temporary with below reasons: >> >> 1) Hold running state is difficult, like network state in browser or >> running state in terminal emulator. > > This doesn't seem too hard to me. Provided you are not swapping the > module th

Re: [Haskell-cafe] Re: hs-plugins and memory leaks

2010-10-20 Thread Evan Laforge
> Last, i remove pdynload code from my project temporary with below reasons: > > 1) Hold running state is difficult, like network state in browser or > running state in terminal emulator. This doesn't seem too hard to me. Provided you are not swapping the module that defines the state in the firs

[Haskell-cafe] Re: hs-plugins and memory leaks

2010-10-20 Thread Andy Stewart
Hi Evan, Evan Laforge writes: >>> So my questions are: >>> >>> Why did lambdabot and yi abandon plugins? >> >> Because it was unmaintained for around 5 years, and was fundamentally >> less portable than simpler state serialization solutions that offered >> some of the same benefits as full code h