JavaScript as punctuation
2012-08-12 18:40:21.059035+02 by Dan Lyke 0 comments
Brainfuck beware: JavaScript is after you!
tl;dr I just made a tool to transform any javascript code into an equivalent sequence of ()[]{}!+ characters. You can try it here, or grab it from github or npm. Keep on reading if you want to know how it works.