This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
+ : Increments the value at the current cell by one. | |
- : Decrements the value at the current cell by one. | |
> : Moves the data pointer to the next cell (cell on the right). | |
< : Moves the data pointer to the previous cell (cell on the left). | |
. : Prints the ASCII value at the current cell (i.e. 65 = 'A'). | |
, : Reads a single input character into the current cell. | |
[ : If the value at the current cell is zero, skips to the corresponding ] . | |
Otherwise, move to the next instruction. | |
] : If the value at the current cell is zero, move to the next instruction. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) Why C is better than c++ | |
2) Why #1 is a lie | |
3) Santa is a lie and why this applies to #1 | |
* recent evidence that number 3 itself might be a lie. wtf does this mean for the guild!!??!?! | |
4) Programs are whores who want your memory | |
5) Programmers are sluts who give them memory | |
19) Programming makes no sense and is largely documented | |
6) Memory is a bitch | |
7) You will never be as good a programmer as Hitler | |
8) what animes to watch while programming |
OlderNewer