Scheme in Python: (apply * (range 1111)) recursive too deep

Issue #207 new
Doug Blank created an issue

Not sure what the problem is:

(apply * (range 1111))
Traceback (most recent call last):
  File "stdin", line 1, col 1, in 'apply'
UnhandledException: maximum recursion depth exceeded

Comments (0)

  1. Log in to comment