The main issues that prevents me to have an interest in Pharo are the following two:
- There is no real multithreading support
- It's not easily embeddable
I believe that there are attempts to tackle these problems but what is the status?
The traditional problem embedding is that the VM did a lot of window configuration before the image started. This has all been stripped out of the "minheadless" builds, which have defined a "virtual machine interface"
used like...
https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/Cog/p...
I believe that there are attempts to tackle these problems but what is the status?