[Chicken-users] functor implementation of bindings egg

2016-01-16 Thread Juergen Lorenz
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

Re: [Chicken-users] functor implementation of bindings egg

2016-01-16 Thread Dan Leslie
Could you perhaps motivate with some sample code? Thanks, -Dan Juergen Lorenz 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