mirror of
https://github.com/sigmasternchen/javagony2
synced 2025-03-15 11:48:54 +00:00
added note about turing completeness
This commit is contained in:
parent
c0255a9fe0
commit
22396b5d69
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# javagony2
|
||||
# Javagony2
|
||||
Javagony With A Twist
|
||||
|
||||
## 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`.
|
||||
|
||||
## 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.
|
||||
|
|
Loading…
Reference in a new issue