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
In Glisp implementation, every AST stores its evaluated value with the key Symbol.for('eval').
This is useful to improve the GUI binding in some cases, but some special forms just like if and do seem not to store the evaluated values properly.
The text was updated successfully, but these errors were encountered:
Just as the title says.
In Glisp implementation, every AST stores its evaluated value with the key
Symbol.for('eval')
.This is useful to improve the GUI binding in some cases, but some special forms just like
if
anddo
seem not to store the evaluated values properly.The text was updated successfully, but these errors were encountered: