chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] hash-table-walk + hash-table-delete!


From: Graham Fawcett
Subject: Re: [Chicken-users] hash-table-walk + hash-table-delete!
Date: Mon, 5 Mar 2007 22:04:57 -0500

On 3/5/07, Kon Lovett <address@hidden> wrote:
The idea was hash-table-remove! will take 2 parameters, a hash-table
& a predicate.
The predicate, (object object -> boolean), will return #t when the
entry is to be deleted; kinda like SRFI-1 remove!. This allows
conditioning the delete operation on all safely available data.

Ah, finally I get it. :-) That's an excellent idea.

Graham




reply via email to

[Prev in Thread] Current Thread [Next in Thread]