[zeromq-dev] Zero MQ Wrapper APi language binding convention

Martin Sustrik sustrik at 250bpm.com
Sun Sep 18 15:57:49 CEST 2011


Hi Gary,

> With regard to the language bindings, I have a managed C++ wrapper that
> is a facade over the DLL and then I am writing the actual C# and
> hopefully F# bindings using the managed C++ wrapper. I am doing this
> mainly because of the god awful code you have to write in C# to access
> the libzmq.dll.

That's nice. Are you going to make it available?

> As long as I follow the naming conventions etc. does this meet the
> spirit of the established language conventions?

All the bindings are compromises between keeping close to native 0MQ API 
and adhering to idioms of the particular language. It's up to you as a 
binding author to balance the two.

Martin



More information about the zeromq-dev mailing list