Skip to content

pythagoras tree implemented in different programming languages

License

Notifications You must be signed in to change notification settings

iamlouk/pythagoras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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