100% developed

Javagony

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Javagony (Java + Agony) is an Object-Oriented Esoteric Programming language or a programming challenge using the Java programming language. You can use any Java IDE, but notice that the following statements are NOT allowed:

for (){}
if (){} //including else and else if
while (){}
do {} while ();
switch(){}
?:

The purpose of this book is to teach how to write code that does regular Java stuff despite the restrictions.


Table of Contents[edit | edit source]

  1. Preface
  2. Conditions: Comparing 2 numbers
  3. For loop
  4. Other conditions and loops
  5. Common programming problems in Javagony
  6. Conclusions
  7. External links
  8. Authors & Contributors