2) Universal lookup procedure
I am fond of the following universal lookup procedure [1]:
(hash-table-search table key
(lambda (value update remove)
...)
(lambda (insert)
...))
_______________________________________________ Scheme-reports mailing list Scheme-reports@x http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports