Skip to content

Instantly share code, notes, and snippets.

/*
+ : 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.
@DTSCode
DTSCode / Lesson_plan.txt
Last active September 28, 2015 20:28
A collection of titles for my various up and coming lessons
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