Could you perhaps motivate with some sample code?

Thanks,
-Dan

Juergen Lorenz <j...@jugilo.de> writes:

> Hi all,
>
> the bindings egg is now implemented with a functor, so that you can
> replace the default dispatch table, which destructures mixed nested
> lists, vectors, strings and additional sequence types. For example,
> you might need lists only. In that case, you simply import list-bindings
> instead of bindings, circumventing dispatch alltogether.
>
> Note also, that I've changed the syntax of the where clause to be in
> sync with the procedural-macros egg: Fenders are now of the form
>   (var ok? ...)
> so that one pattern variable, var, can be checked by zero or more
> predicates, ok?       ...
>
> Cheers
> Juergen

Attachment: signature.asc
Description: PGP signature

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

Reply via email to