Hacker News new | ask | show | jobs
by WillyNourson 4200 days ago
This is like brainf*ck to me.
1 comments

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