[e-lang] Ecru REPL bugs
Sandro Magi
naasking at higherlogics.com
Mon Jul 21 06:48:01 CDT 2008
Allen Short wrote:
> I plan to switch to precise GC at some point which should make this problem a lot easier to deal with. In the meantime I'll take a look at reworking how these references are stored for access by Python.
There's libGarbageCllector [1] if you're in a hurry to do this. It's a
bit wasteful of space, and not as incremental as it purports to be, but
it's the only GC available as a portable C library that I'm aware of
(other than the conservative libgc that is).
Sandro
[1] http://www.dekorte.com/projects/opensource/libgarbagecollector/
More information about the e-lang
mailing list