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
will work in a file, but not the REPL due to how the compiler shims in core stuff.
wat do.
One idea is to make the internals smarter, and don't blindly trust the core name, check for assignment, and do that, but this means we're doing static analysts, and stuff altered at runtime will break in a bad way.
What do? D:
The text was updated successfully, but these errors were encountered:
will work in a file, but not the REPL due to how the compiler shims in core stuff.
wat do.
One idea is to make the internals smarter, and don't blindly trust the core name, check for assignment, and do that, but this means we're doing static analysts, and stuff altered at runtime will break in a bad way.
What do? D:
The text was updated successfully, but these errors were encountered: