javagony2/README.md

21 lines
797 B
Markdown
Raw Normal View History

2021-06-03 17:45:23 +00:00
# Javagony2
2021-06-03 14:57:31 +00:00
Javagony With A Twist
2021-06-03 15:09:55 +00:00
## What is Javagony
[Javagony]{https://esolangs.org/wiki/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`.
2021-06-03 17:45:23 +00:00
## 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).
2021-06-03 15:09:55 +00:00
## Why?
It's actually kinda fun. Give it a try sometime.