Suppose you have all the security crap sorted out.
What would be an obstacle to creating a JavaScript OS?
Name:
Anonymous2009-03-04 4:59
This thread is stupid. Two points:
1. Recursion is not necessarily inefficient. See tail-end recursion; this optimization can solve the stack space problem that normally plagues recursive algorithms when implemented.
2. The term "Javascript OS" is too loosely defined to be a reasonable topic of discussion.