git.fiddlerwoaroof.com
README.org
a454e726
 * Lispworks wrapper around apache curator
 ** Motivation: lisp access to information about kafka streams
 ** Setup:
    ~make~ in the root of the repository should setup all the
    prerequisites (assuming you have lispworks, quicklisp and clojure):
    it'll bundle up the Java libraries as a fat jar and use lispworks
    to generate the lisp interface files. Once this is done, the
    functions in [[file:main.lisp]] should be usable in a LispWorks REPL
    to interact with a zookeeper cluster that stores Kafka offsets.