OT: losing memories (was Re: How many of you are Extreme Programmers?)

Jeremy Bowers jerf at jerf.org
Fri Apr 25 17:49:36 EDT 2003


On Fri, 25 Apr 2003 21:42:25 +0000, Dave Benjamin wrote:
> Speaking as one who experiences memory loss for various reasons, I will
> admit that there are certain memories which I can't seem to conjour up, even
> though I have "learned" them in the past. However, that doesn't mean they're
> gone. Perhaps they just weren't indexed properly. I have yet to learn how to
> do a linear scan on my brain (anyone have a code snippet for that?)

for memory in brain.iter_memories():
	print memory


Duh.

Implementation of the brain object left as an exercise for the reader. I
know it can be done, as I am in possession of such an object right now.




More information about the Python-list mailing list