Hacker News new | ask | show | jobs
by register 2705 days ago
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?

1 comments

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

and... https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/Cog/p...