{ github, twitter, instagram, facebook }.com/benjamn export * from "http://benjamn.github.io/empirenode-2015" Let's talk about eval The mere presence of eval in a function thwarts almost any kind of optimization or static analysis. Most JavaScript programmers I know consider eval more harmful than goto. Heaven forbid a snippet of user input should end up in one of those strings! There's no good wa