Just be careful of future updates to Chicken's implementation.
Alternatively, this behavior could be made to be guaranteed in
Chicken.  It sounds like a good idea to me, but I am not an expert.

On 3/5/07, Kon Lovett <[EMAIL PROTECTED]> wrote:
Zbigniew is right but you could conditionally expand:

(cond-expand
   (chicken
     ... hash-table-walk delete ... )
   (else
     ... safe delete ... ) )


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to