fuzzball
fuzzball copied to clipboard
Array Nesting Limit - SF Issue
: main
1 begin
{ over }list swap pop
repeat
;
It would be nice if there was a limit on the depth arrays can be nested (tuneable param?) to prevent this from gobbling up tons of memory ;>
This also can crash when freeing the array. So we need to be mindful of recursive operations on deeply nested arrays and/or MUF memory limits of some kind.