|
RE: Imperative Object Destruction: msg#00037lang.haskell.general
| C++ provides a convenient mechanism for cleaning up stuff, the | destructor, which is guaranteed to get called when an object | passes out | of scope (or something). Haskell doesn't but GHC has an extension (finalisers) that does. There's a discussion of the issues in our paper about weak pointers and finalisers http://research.microsoft.com/~simonpj/#weak Simon |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Imperative Object Destruction: 00037, Ashley Yakeley |
|---|---|
| Next by Date: | RE: Imperative Object Destruction: 00037, Ashley Yakeley |
| Previous by Thread: | Imperative Object Destructioni: 00037, Ashley Yakeley |
| Next by Thread: | RE: Imperative Object Destruction: 00037, Ashley Yakeley |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |