added note about turing completeness

This commit is contained in:
overflowerror 2021-06-03 19:45:23 +02:00
parent c0255a9fe0
commit 22396b5d69

View file

@ -1,4 +1,4 @@
# javagony2 # Javagony2
Javagony With A Twist Javagony With A Twist
## What is Javagony ## What is Javagony
@ -11,6 +11,10 @@ Javagony With A Twist
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`. 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? ## Why?
It's actually kinda fun. Give it a try sometime. It's actually kinda fun. Give it a try sometime.