is there a way to use weblocks with Kyoto cabinet ?
Sure. You just need an FFI bridge to their library.
Leslie
>
> There is already a set of bindings for Kyoto cabinet, found
> at https://github.com/kraison.
... and there is also something called kyoto-persistence, in the same
place. That sounds like it might be more immediately useful in a
weblocks context?
It depends on FSet, my functional collections package. The use it
makes of FSet is nonessential, though, and I could possibly be
persuaded to remove the dependence at some point, though I don't have
time to do it now. (On the other hand, FSet is Quicklisp-installable,
so maybe the dependence won't bother anyone.)
I have not yet written any documentation, but there is a small test
suite at the bottom of the source file that will show you how to use
it.
Oh, it's technically nonportable in that the translate routine
requires the Lisp implementation to implement local calls
tail-recursively. I think all the major implementations do that,
though. (Local calls are those made within a routine to functions
defined by LABELS or FLET within the same routine.)
I was planning to eventually add it to the Weblocks contrib directory
after adding some more features, documenting it, and maybe removing
the FSet dependence, but you're welcome to use it as it is if you
want.
-- Scott
> --
> You received this message because you are subscribed to the Google Groups "weblocks" group.
> To post to this group, send email to webl...@googlegroups.com.
> To unsubscribe from this group, send email to weblocks+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/weblocks?hl=en.
>