Hacker News new | ask | show | jobs
by whichdan 4200 days ago
Brainfuck relies on pointer arithmetic, while this is using bit shifting.

Brainfuck commands: http://en.wikipedia.org/wiki/Brainfuck#Commands

Bit shifting: http://stackoverflow.com/a/141873/58740