Michael and interested others,

I'm definitely interested in CHIP 3, the ZeroMQ integration proposal:
    https://github.com/chapel-lang/chapel/blob/master/doc/chips/3.rst

I've recently pushed a 'zmq' branch to my Chapel fork.
  - https://github.com/nspark/chapel/blob/zmq/modules/standard/ZMQ.chpl
  - https://github.com/nspark/chapel/tree/zmq/test/modules/standard/ZMQ

It's *quite* rudimentary, and essentially has built up just enough to
implement
the first couple examples in the ZMQ Guide:
    http://zguide.zeromq.org/page:all

I didn't use the extern block support via Clang in order to be portable
without
needing to build LLVM, and definitely hadn't gotten into integration with
Chapel's tasking layer.

Thanks,

Nick
------------------------------------------------------------------------------
_______________________________________________
Chapel-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-developers

Reply via email to