Algorithms in Javagony

programming
The Javagony First coined by flawr, Javagony is Java with a few statements made not available. Here are the statements that are not available: for (){} if (){} else if (){} else {} while (){} do {} while () switch (){} ?: These statements can be substituted for try catch statements and recursion. Although Javagony is not the least bit fun to write, it makes you think about clever tricks that utilize many of Java’s obscure features. Read more...
Previous Page 2 of 2