Re: questions: how to load a file "inlined" inside a let, and how to reference count objects
- From: "John Thingstad" <jpthing@xxxxxxxxx>
- Date: Thu, 31 Jan 2008 16:13:35 +0100
På Thu, 31 Jan 2008 11:03:58 +0100, skrev Pascal J. Bourguignon <pjb@xxxxxxxxxxxxxxxxx>:
You can use weak references, in the form of weak hash-tables or other
weak structures or pointers. That is, you don't do it yourself, you
let the garbage collect do it. Type: (apropos "WEAK") in your REPL.
Perhaps this is a good time to make him aware of the trivial-grabage library.
"trivial-garbage is a simple library that provides a portable API to finalizers, weak hash-tables and weak pointers."
http://www.cliki.net/trivial-garbage
--------------
John Thingstad
.
- References:
- questions: how to load a file "inlined" inside a let, and how to reference count objects
- From: Michael Kohout
- Re: questions: how to load a file "inlined" inside a let, and how to reference count objects
- From: Pascal J. Bourguignon
- questions: how to load a file "inlined" inside a let, and how to reference count objects
- Prev by Date: Re: Paul Graham's Arc is released today... what is the long term impact?
- Next by Date: Re: Seeking help for learning system for absolute beginners
- Previous by thread: Re: questions: how to load a file "inlined" inside a let, and how to reference count objects
- Next by thread: Arc already more popular than Python...
- Index(es):