Creative Coder
Founder of Japan Generative Art Foundation
Associate Professor at Konan Women's University
Engages in Generative Art
if (myVersion == true) {
print("TRUE VERSIONS MAKE WORLDS.");
} else {
print("FALSE VERSIONS DO NOT MAKE WORLDS.");
}while (myVersion != true) {
print("Creating a version...");
if (Math.random() > 1/10000) {
myVersion = true;
print("TRUE VERSIONS MAKE WORLDS.");
} else {
print("FALSE VERSIONS! Let's keep going!");
}
}