You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running recursion intensive programs such as ./euler/three.gel the Python interpreter raises an exception that prevents the Gazelle program from fully terminating.
Steps to reproduce bug:
Run ./euler/three.gel
The text was updated successfully, but these errors were encountered:
priority:critical added since Gazelle is a functional language with no other internal mechanism for looping. Either one has to be added or this issue needs fixing.
"Fixed" in bea370b. Changed three.gel by adding a much more efficient recursion method. Also added a while loop mechanism to Gazelle, though personally I really dislike it. Bumping down to priority:low, since it isn't an immediate issue anymore and a known workaround is now in place.
Max Recursion Depth Exceeded
When running recursion intensive programs such as
./euler/three.gel
the Python interpreter raises an exception that prevents the Gazelle program from fully terminating.Steps to reproduce bug:
./euler/three.gel
The text was updated successfully, but these errors were encountered: