You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aside: can we have non-lisp/python implementations maintain a separate repo? Feels clumsy having everything under one roof. After out-of-band dicussion, no.
@amccaskey I would be happy to write the lisp code that produces the messages. I will leave the writing of the C++ client code to someone more fluent in C++ (perhaps that is you).
It would be beneficial for a number of efforts to have access to a C++ version of the RPCQ client.
I believe this will involve mapping messages.lisp to a set of C++ classes. The Client should be able to leverage https://github.com/msgpack/msgpack and https://github.com/zeromq/cppzmq in a way similar to the current python client implementation.
Tagging @stylewarning to get the conversation started here, and start collaborating on the implementation.
The text was updated successfully, but these errors were encountered: