ZeroMQ bindings for GNU Smalltalk

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

ZeroMQ bindings for GNU Smalltalk

Vijay Mathew-2
I have created a repository at https://github.com/vijaymathew/gst_zmq.

I started off this project by attempting to write an FFI extension for
Pharo but the call to `zmq_connect` is crashing the Squeak VM.
But the extension worked like a breeze for GNU Smalltalk!

-- Vijay