-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cycles don't print in REPL #313
Milestone
Comments
the problem was that the |
jcubic
added a commit
that referenced
this issue
Feb 13, 2024
The better fix was to mark cycles on a parser level when a datum was used. This should not slow down the code. |
This fix also make this works (kind of): lips> #0=(a b c . #0#)
Unbound variable `a' There is a need for a function |
jcubic
added a commit
that referenced
this issue
Feb 13, 2024
jcubic
added a commit
that referenced
this issue
Feb 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This creates stack overflow:
even that this works
The text was updated successfully, but these errors were encountered: