Anything on Pharo that would be like Opentalk on VW?
I am looking at some interprocess communication with Pharo. VW has Opentalk, VASt has Sst (I think, havenât looked in a while). Does anything similar exist for Pharo? Jerry Kott This message has been digitally signed. PGP Fingerprint: A9181736DD2F1B6CC7CF9E51AC8514F48C0979A5
I had the same quest. See the thread http://forum.world.st/Smalltalk-to-Smalltalk-interface-td5099844.html#none Aik-Siong Koh -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
Look at Seamless: https://github.com/pharo-ide/Seamless Pretty powerfull - you are just using remote objects from another image like any other local object (proxying + serializing). pf
I am looking at some interprocess communication with Pharo. VW has Opentalk, VASt has Sst (I think, havenât looked in a while). Does anything similar exist for Pharo?
Jerry Kott This message has been digitally signed. PGP Fingerprint: A9181736DD2F1B6CC7CF9E51AC8514F48C0979A5
Hi Jerry, We have worked on bridging Pharo with Python. It works remarkably well. Here is the website: https://objectprofile.github.io/PythonBridge/ We have also worked on a simple mechanism to distribute computation across multiple Pharo images. Here is the website: https://github.com/ObjectProfile/DMirror Cheers, Alexandre
On Jun 23, 2019, at 11:09 PM, Jerry Kott <jkott@image-ware.com> wrote:
I am looking at some interprocess communication with Pharo. VW has Opentalk, VASt has Sst (I think, havenât looked in a while). Does anything similar exist for Pharo?
Jerry Kott This message has been digitally signed. PGP Fingerprint: A9181736DD2F1B6CC7CF9E51AC8514F48C0979A5
participants (4)
-
Alexandre Bergel -
askoh -
Jerry Kott -
Petr Fischer