chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] functor implementation of bindings egg


From: Juergen Lorenz
Subject: [Chicken-users] functor implementation of bindings egg
Date: Sat, 16 Jan 2016 11:26:15 +0100
User-agent: Mutt/1.5.24 (2015-08-30)

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

-- 

Dr. Juergen Lorenz
Flensburger Str. 12
10557 Berlin

Attachment: signature.asc
Description: PGP signature


reply via email to

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