QB64.org Forum
Active Forums => QB64 Discussion => Topic started by: Calloway on July 17, 2017, 11:55:00 pm
-
A small challenge for if your bored
Here (https://github.com/Getindor/small) is what Small is
If you wanna know how it works:
the command '+' adds 1 to the counter
the command '.' prints the ascii character that the counter is on
that's it
-
lol?
-
I wouldn't even call that a language; it's a data encoding at best.
It does, however, remind me of Brainfuck, which *is* Turing complete: https://en.m.wikipedia.org/wiki/Brainfuck
-
I wouldn't even call that a language; it's a data encoding at best.
It does, however, remind me of Brainfuck, which *is* Turing complete: https://en.m.wikipedia.org/wiki/Brainfuck (https://en.m.wikipedia.org/wiki/Brainfuck)
It's what it's mainly based off of