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