Skip to content

Commit 6b303ec

Browse files
authored
Update README.md
1 parent ebc34e9 commit 6b303ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Befunge is an esoteric programming language designed to be incredibly difficult
4343

4444
### Is this actually turing complete then?
4545

46-
No, but also sort of but not really. With the limited code and data space, running in a funge-93 compliant compiler / interpreter, this code is not turing complete. It could be if the program was fed in via stdin, but I didn't want to interleave program and user input.
46+
No, but also sort of. With the limited code and data space, running in a funge-93 compliant compiler / interpreter, this code is not turing complete. It could be if the program was fed in via stdin, but I didn't want to interleave program and user input.
4747

4848
It is, however, trivial to achieve turing completeness in a funge-98 compiler / interpreter while still using the Funge-93 instruction set. The text wrapping code should be removed, after which the Brainf*** program is written entirely on line 1. Funge-98 programs are not constrained to any size grid, so data and program space can stretch continuously, and turing completeness is achieved.
4949

@@ -188,4 +188,4 @@ Anyways, if we don't match on the left bracket's ascii value we immediately term
188188

189189
# That's all folks!
190190

191-
Thanks for reading!
191+
Thanks for reading!

0 commit comments

Comments
 (0)