No description
Find a file
2021-06-06 00:01:20 +02:00
99bottles added 99 bottles or beer 2021-06-03 17:00:46 +02:00
fizzbuzz added fizzbuzz without custom number type 2021-06-06 00:01:20 +02:00
turing added input/output display 2021-06-03 21:26:22 +02:00
.gitignore Initial commit 2021-06-03 16:57:31 +02:00
LICENSE Initial commit 2021-06-03 16:57:31 +02:00
README.md fixing link syntax in readme 2021-06-03 21:27:41 +02:00

Javagony2

Javagony With A Twist

What is Javagony

Javagony is an esoteric programming language. It's basically Java without any conditional (if, else, switch), loop (for, while, do while) keywords or conditional expressions (?:).

What is Javagony2

(I have no idea if someone else already did this. Nevertheless: Let me coin the term right now.)

Javagony2 is an "extension" of Javagony. In addition to all the features Javagony is missing, in Javagony2 there is also no try-catch and no import.

Is Javagony2 Turing-complete?

Yes. See /turing for a basic Turing machine simulation. The file StateMachine.java contains the program (it checks for even palindomes).

Why?

It's actually kinda fun. Give it a try sometime.