Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 425 Bytes

README.rst

File metadata and controls

16 lines (12 loc) · 425 Bytes

nanomsg-dylan

These are Dylan bindings for the nanomsg library: https://github.com/250bpm/nanomsg

To build them, you will need to build and install the nanomsg library first. You will also need OpenDylan 2013.2 or later.

TODO

  • Error handling for nn-allocmsg.
  • Documentation.
  • Do better with nn-getsockopt
  • Test out support for the surveyor pattern.
  • Do better with the zero-copy routines.