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
This syntax extension will be expanded to point of a StackOverflowError, however, it should be possible to avoid this. Since m/with allows for recursive definitions we should be able to rewrite the body of the syntax extension in terms of m/with such that the recursive semantics are preserved and without causing a StackOverflowError at compile time.
The text was updated successfully, but these errors were encountered:
noprompt
changed the title
Recursive defsyntax expand infinitely
Recursive defsyntax expands infinitely
Dec 19, 2019
Consider
This syntax extension will be expanded to point of a
StackOverflowError
, however, it should be possible to avoid this. Sincem/with
allows for recursive definitions we should be able to rewrite the body of the syntax extension in terms ofm/with
such that the recursive semantics are preserved and without causing aStackOverflowError
at compile time.The text was updated successfully, but these errors were encountered: