Name:
Anonymous
2012-08-26 23:40
We are but prototypes for a much larger system
Name:
Anonymous
2012-08-27 12:44
The universe is infinite.
% node -e '(function(x) { return x(x); })(function(x) { return x(x); })'
[eval]:1
(function(x) { return x(x); })(function(x) { return x(x); })
^
RangeError: Maximum call stack size exceeded
Javashit is not even tail-call optimized!
Clearly the universe was written in Lisp.
((λ (x) (x x)) (λ (x) (x x)))