Implemented in Clojure, JS/HTML5, Python, Rust, Java and Swift.
# Clojure:
cd clojure/
lein run
# HTML5/JS:
# open js/index.html in your Browser, on OSX:
open -a /Applications/Firefox.app js/index.html
# Python:
python3 python/tree.py
# Rust:
cd rust/
cargo run
# Swift:
cd swift/
swift build
./.build/debug/PythagorasTree
# Java:
cd java/
./build.sh run
# C++:
cd c++
make
./proh