Nimrod Binding

Source Code

This binding is included in the Nimrod standard library and the source code can be viewed on the github repo.

Building and installation

It is assumed that you have downloaded and installed the zmq library and the Nimrod compiler.

Using zmq is as simple as importing the zmq wrapper in Nimrod:

import zmq

Your file can then be compiled by executing nimrod c file.nim

Documentation

Documentation for the wrapper can be found here, this page also includes example usage of the zmq wrapper.

Help

If you have any problems you can visit the Nimrod forum to get help.