Does it work with Pharo ? I downloaded the documentation and is really well written. But I have no clue how to test with Pharo.
Communication of languages and apps through sockets is nothing original or rare. I was actually considering expanding Atlas to not only talk to python but also talk to Pharo as well. My goal is to make pharo take advantage of multi core cpus. Each new instance of Pharo takes on core because this is how OS works with processes and Atlas could act as a net of communication between different instances of Pharo. Possible its an idea I wont work on but its something I consider in the back of my head. But if its easy enough I may do it. On Thu, Jul 17, 2014 at 9:06 PM, Jan Vrany <[email protected]> wrote: > The goal of Atlas, is to create a two way communication socket >> bridge between cpython (most popular python implementation) and >> pharo. Very similar to Ephestos but you will no longer need Blender. >> That means that pharo coders will be able to use python libraries >> from inside pharo and even mix python with pharo code. So you could >> make part of your application in python and part in pharo and still >> function as a single application. >> >> >> I am interested in Atlas. Do you have a link? >> >> > This has been done some three years ago for OpenQwak :-) > > http://squeakingalong.wordpress.com/2011/05/04/ > openqwaq-python-integration/ > > Best, Jan > > > >
