セカイ内存在証明

それは多分、単なる思い付き

UbuntuでBoo言語のインストール

特に深い意味があるわけじゃないんだけど。

$ sudo apt-get install boo

簡単ですね。

以下、テスト。

$ booish
Welcome to booish, an interactive interpreter for the boo programming language.
Running boo 0.9.5.1 on 3.2.8 (Debian 3.2.8+dfsg-4ubuntu1).

Enter boo code in the prompt below (or type /help).
>>> print("Hello, World!")
Hello, World!
>>> import System; Environment.Exit(0)

問題ないようだ。