Hello!
I'm looking at the source of the numbers-game in (extra/), and I wonder about
the following piece:
: numbers-game-loop ( actual -- )
dup guess-prompt read-number judge-guess
[ numbers-game-loop ] [ drop ] if ;
Is it possible that the recursive call to the numbers-game-loop would
eventually overflow the call stack?
---=====---
Александр
------------------------------------------------------------------------------
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk