[plt-scheme] SRFI-69: hash-table-ref/default not procedure
I would submit a revised implementation later, in which hash-table-ref/default
will be a procedure instead of a macro. Thanks.
Chongkai
----- Original Message -----
From: "Dan Muresan" <danmbox at gmail.com>
To: "PLT-list" <plt-scheme at list.cs.brown.edu>
Sent: Monday, October 23, 2006 7:45 AM
Subject: [plt-scheme] SRFI-69: hash-table-ref/default not procedure
> 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
> _________________________________________________
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>