POV-Ray : Newsgroups : povray.off-topic : Haskell raving : Re: Haskell raving Server Time
11 Oct 2024 23:10:33 EDT (-0400)
  Re: Haskell raving  
From: Orchid XP v7
Date: 1 Nov 2007 13:58:47
Message: <472a21e7$1@news.povray.org>
Darren New wrote:
> Warp wrote:
>>   Btw, what does it do if you jump to the beginning of the string after
>> it has been garbage-collected? 
> 
> It won't get GCed if it's possible to jump to the beginning.

What Darren said. ;-)

Notice that a string is a *single-linked* list. (I.e., there are "next" 
pointers but no "prev" pointers.)


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.