booish
python-like language and compiler for the CLI
Install
- All systems
-
curl cmd.cat/booish.sh
- Debian
-
apt-get install boo
- Ubuntu
-
apt-get install boo
- Fedora
-
dnf install boo
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install boo
- Raspbian
-
apt-get install boo
- Dockerfile
- dockerfile.run/booish
boo
python-like language and compiler for the CLI
Boo is an object oriented statically typed programming language for the Common Language Infrastructure (CLI) with a Python inspired syntax and a special focus on language and compiler extensibility. This package contains the boo compiler, interpreter and interactive shell. The boo compiler and the programs it produces are 100% Common Intermediate Language (CIL) bytecode and can therefore be run on any compliant CLI virtual machine.