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
from-string uses the base-env to resolve aliases, whereas the infix macro has its own LUT for resolving aliases - these both do approximately the same thing, so there should only be one implementation for both.
The text was updated successfully, but these errors were encountered:
Operators alias changed to an atom, and function to dissoc symbols from
the atom. This may change yet again in the event of a solution for #17
is implemented
from-string
uses the base-env to resolve aliases, whereas theinfix
macro has its own LUT for resolving aliases - these both do approximately the same thing, so there should only be one implementation for both.The text was updated successfully, but these errors were encountered: