Skip to content

Commit 031dd18

Browse files
Fix mistake Grammarly made
1 parent 8845949 commit 031dd18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

book/languages/brainfuck/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Introduction
33

44
Brainfuck is the most famous esoteric programming language ever made. It's an esoteric language, so it was not meant to be used
5-
in solving real-world problems (but, no one forbids You too!). The language can't be classified clearly. Partly it's a very high-level language - Brainfuck doesn't bind itself to any architecture making it very portable language. On the other hand, it's very
5+
in solving real-world problems (but, no one forbids You to!). The language can't be classified clearly. Partly it's a very high-level language - Brainfuck doesn't bind itself to any architecture making it very portable language. On the other hand, it's very
66
low-level language - it supports only addition and subtraction, basic control structure (`while`-like loop), basic I/O (terminal
77
only, shrinking capabilities to the absolute minimum), and indefinitely long tape where any byte can be stored arbitrarily. Brainfuck
88
is Turing complete, meaning that it is in the same computational class as universal Turing machines. This, plus its amount of

0 commit comments

Comments
 (0)