[zeromq-dev] Language binding guidelines
Brian Granger
ellisonbg at gmail.com
Tue Mar 2 17:54:11 CET 2010
Everyone,
> There was a good point raised by Martin Lucina yesterday, namely that all
> the unctions mimic the names used by C API, meaning that developer in
> whatever language can check C API documentation (man pages) with ease.
> create_socket would be the only exception, not mapping directly to
> zmq_socket. On the other hand, zmq_socket cannot be changed to
> zmq_create_socket as C API tries to mimic BSD socket API with its 'socket'
> function.
I just changed create_socket -> socket in the Python bindings:
http://github.com/ellisonbg/pyzmq/commit/9823691f406987c267a245f8203dad0f5022561c
--
Brian E. Granger, Ph.D.
Assistant Professor of Physics
Cal Poly State University, San Luis Obispo
bgranger at calpoly.edu
ellisonbg at gmail.com
More information about the zeromq-dev
mailing list