ZeroMQ bindings for GNU Smalltalk

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages 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

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [zeromq-dev] ZeroMQ bindings for GNU Smalltalk

Martin Sustrik
Hi Vijay,

> 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!

Definitely add your binding to the list of 0mq bindings on zeromq.org
website. That would make it obvious that the binding exists at all.

The site is a public wiki, so feel free to create a new page in
"bindings" category, say:

http://www.zeromq.org/bindings:smalltalk

Martin

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk