Skip to content

Instantly share code, notes, and snippets.

@rightfold
Last active August 29, 2015 14:00
Show Gist options
  • Save rightfold/468f7ec4672c53b60aa5 to your computer and use it in GitHub Desktop.
Save rightfold/468f7ec4672c53b60aa5 to your computer and use it in GitHub Desktop.
(def x ())
(let (y x) (.log @console y))
(def f (fn () (.log $console (.random $Math))))
(f)
(function () {
global.styx.gl.x1 = (new styx.rt.Nil());
(function (x2) {
return ((function () {
return arguments[0]["log"].apply(arguments[0], [].slice.call(arguments, 1));
}))((this["console"]), (x2));
})(global.styx.gl.x1);
global.styx.gl.x3 = ((function () {
return ((function () {
return arguments[0]["log"].apply(arguments[0], [].slice.call(arguments, 1));
}))((global["console"]), (((function () {
return arguments[0]["random"].apply(arguments[0], [].slice.call(arguments, 1));
}))((global["Math"]))));
}));
(global.styx.gl.x3)();
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment