Re: [Ironpython-users] Fwd: pyzmq can be used with ironpython

2014-02-07 Thread Doug Blank
FYI, I started integrating our IronPython (and other languages) system, named Calico, with IPython in the last few weeks. I ended up writing an IPython "kernel" (the language backend) in C#: https://bitbucket.org/ipre/calico/src/master/Source/Calico/ZMQServer.cs It isn't complete yet (need to add

[Ironpython-users] Fwd: pyzmq can be used with ironpython

2013-12-20 Thread Pawel Jasinski
> For the ipython itself, modifications are ugly (I will push it to my > github repo today). > Not all usage scenarios of ipython/zmq work. There are unittest in > ipython/zmq which I simply gave up. https://github.com/paweljasinski/ipython/tree/iron-wip --pawel _

[Ironpython-users] Fwd: pyzmq can be used with ironpython

2013-12-20 Thread Pawel Jasinski
On Fri, Dec 20, 2013 at 7:12 AM, Jeff Hardy wrote: > On Wed, Dec 18, 2013 at 4:49 AM, Pawel Jasinski > wrote: >> hi, >> >> I have managed to get pyzmq to work under Ironpython. >> Anybody interested can take it from: >> https://github.com/paweljasinski/pyzmq/tree/iron >> https://github.com/pawelj