Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!samsung!zaphod.mps.ohio-state.edu!usc!elroy.jpl.nasa.gov!aero-c!srt From: srt@aero.org (Scott "TCB" Turner) Newsgroups: comp.lang.lisp Subject: Re: Memory Management in Lisp? Message-ID: <1991Mar11.173156.24976@aero.org> Date: 11 Mar 91 17:31:56 GMT References: <4936@goanna.cs.rmit.oz.au> Sender: news@aero.org Organization: The Aerospace Corporation, El Segundo, CA Lines: 11 (Richard A. O'Keefe) writes: >I note that T has "pools", and that if you have "weak references" it is >easy to implement them in user code, and if you haven't, it's not _that_ >hard to tell a garbage collector how to flush them. The circular discussion is an infamous Usenet phenomenon. (The "Memory Management" discussion started when I mentioned T's weak reference and asked if anything similar would ever be in CL.) Perhaps you could post some code showing how to implement weak reference or pools in Common Lisp?