From: Dan Muresan (danmbox at gmail.com) Date: Mon Oct 23 09:45:14 EDT 2006 |
|
Hi, The SRFI-69 spec says Procedure: hash-table-ref/default hash-table key default → value PLT implements it as a macro, so it can't be used as a first-class value. A syntax-case "integrable procedure" would be better (not sure if PLT supports that though). -- Dan
Posted on the users mailing list. |
|