inisqueak
The Squeak Smalltalk System (virtual machine)
Install
- All systems
-
curl cmd.cat/inisqueak.sh
- Debian
-
apt-get install squeak-vm
- Ubuntu
-
apt-get install squeak-vm
- Arch Linux
-
pacman -S squeak-vm
- Kali Linux
-
apt-get install squeak-vm
- Fedora
-
dnf install squeak-vm
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install squeak-vm
- Raspbian
-
apt-get install squeak-vm
- Dockerfile
- dockerfile.run/inisqueak
squeak-vm
The Squeak Smalltalk System (virtual machine)
Squeak is a full-featured implementation of the Smalltalk programming language and environment based on (and largely compatible with) the original Smalltalk-80 system. This package contains just the Squeak virtual machine. If you are new to Squeak then you will have to install a Squeak image too before you can run Squeak. Squeak images can be downloaded from <http://www.squeak.org/>, <http://www.squeakland.org/> or <http://squeak.educarex.es/>.