|
|
|
|
|
by zelphirkalt
1468 days ago
|
|
Properly coded, there is no reason to assume, that it would not work for an arbitrary depth. Considering, that this is on a website, and that it is running JS, which in most implementations does not implement tail call elimination, coding it properly probably involves externalizing the stack. |
|
https://github.com/DustinBrett/daedalOS/blob/b1681546a2ce990...