[zeromq-dev] zeromq & fortran,

Martin Sustrik sustrik at 250bpm.com
Tue Mar 23 16:15:41 CET 2010


Hi Cyril,

> I 'm planning to use zeromq from a fortran program because I thought
> zeromq provided a binding for fortran (as we can read in
> http://www.zeromq.org/area:docs)  but I can't found out any pointer
> about that.
> 
> Is there any problem with the fortran binding ?

There have been a FORTRAN binding in 0MQ/1.0. IIRC it was OpenVMS 
specific. You can have a look here:

http://github.com/sustrik/zeromq1/tree/master/libvmszmq/

Anyway, it's pretty easy to write a 0MQ binding. It means wrapping ~10 
functions and ~20 constants. You can give it a try.

Martin





More information about the zeromq-dev mailing list