[Chicken-users] ANN: new eggs, pthreads and sqlite3pth

2016-01-16 Thread Jörg F . Wittenberger
Hi all, two new eggs for the coop. Beware: requires recent chicken from git master to run reliably. pthreads: maintains a pool of pthreads sqlite3pth: yet another sqlite3 driver. Offloads sqlite queries to pthreads. Supports sqlite3 VFS to call back to chicken for blocks. Documentation is

[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

[Chicken-users] A question regarding "hidden" eggs

2016-01-16 Thread Jörg F . Wittenberger
Hi, I feel the need to have some space to stash away temporary glue code. Ideally the current version of it is always empty and not of interest to anyone. As documentation always lags behind, it is empty with high probability. However development is not ideal. Not listing as in being marked

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