|
|
|
|
|
by lukego
2705 days ago
|
|
> Where does the Pharo runtime run? Pharo runs in a VM that's compiled to C and runs as a stand-alone native application on Linux, Mac, Windows. You can also build from source but most people don't and there are some rough edges. There are plenty of libraries and mechanisms for connecting to the rest of the world e.g. subprocesses, sockets, FFI, and libraries built on those. My favourite computer science paper of all time is about how they develop this virtual machine. https://news.ycombinator.com/item?id=12577087 |
|