Search code examples
pythondevelopment-environmentvirtual-machinesmalltalkpharo

Python development environments like Smalltalk


I like programming in the Python language to solve daily problems in system administration contexts, and I am happy with that.

I am learning Pharo Smalltalk and am fascinated by the different approach of this language in object programming.

I like very much the idea of the Smalltalk virtual machine and the system image concept which holds the environment all in one file.

Does anything similar exist in Python?


Solution

  • AFAIK, no. There isn't anything like a Smalltalk image for Python.