parrot
virtual machine for dynamic languages
Install
- All systems
-
curl cmd.cat/parrot.sh
- Debian
-
apt-get install parrot
- Ubuntu
-
apt-get install parrot
- Fedora
-
dnf install parrot
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install parrot
- OS X
-
brew install parrot
- Raspbian
-
apt-get install parrot
- Dockerfile
- dockerfile.run/parrot
parrot
virtual machine for dynamic languages
Parrot is a bytecode-based virtual machine designed for dynamic languages. Parrot hosts a variety of language implementations, including Tcl, Javascript, Ruby, Lua, Scheme, PHP, Python, Perl 6, and a .NET bytecode translator.
parrot-minimal
minimal install of the Parrot VM
This package contains the core Parrot virtual machine. It's all that you need to get up and running in the average use case, and is sufficient to run most language implementations.