08-17-2012, 07:01 AM
You can start your program in a higher memory address. The stack is always below 32768 (well, I *suppose* CLEAR does that :?
.
Anyway there are cases where recursion calls can be tail-optimized (e.g. transforming them into a GOTO). This will be implemented in the future.

Anyway there are cases where recursion calls can be tail-optimized (e.g. transforming them into a GOTO). This will be implemented in the future.