Hi Alex, As far as I know, cl-zmq on lisp/SBCL is for zmq2, not zmq3. Last time I checked it was out of date and the author wasn't interested in updating it.
I recently wrote a new lisp binding https://github.com/lhope/cl-czmq which is a binding for czmq. It works with zmq3, and is tested using sbcl on Linux and MacOSX. I also have a lot of the guide examples implemented using this api in my personal fork of the zguide here: https://github.com/lhope/zguide/tree/master/examples/cl-czmq If you like, please give it a try and report feedback/issues to the github issue tracker. Regards, Luke On Tue, Sep 10, 2013 at 1:14 AM, Alexander Pugachev < [email protected]> wrote: > Hi all. > > I am trying to use cl-zmq on Ubuntu 13.04 from SBCL an dI have a few > questions: > > 1) What is the best way to install zeromq3? > 2) I compiled from source and was trying to send/receive between Lisp > programs and between Lisp and Python programs. All I received was empty > strings. What can be wrong? > > Thanks. > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > > -- --------------------------------------------------- Dr Lucas Hope - lucas.r.hope@skype Machine Learning and Software Engineering Consultant Melbourne, Australia
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
