Hi, is it possible - at least in theory - to build a VM such that Pharo could handle binary objects ? For example, there may be objects written in C, in Golang, Lisp... you could load the objects into to image, you would see their methods as all other Smalltalk Code, with the difference that you could not see the implementation or do Smalltalk level debugging. I have in mind the FMI of Modelica (http://fmi-standard.org) I don’t now if the modern FFI already works like this. And now, I don’t reestablidvh CORBA :)
Cheers Hans