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 and do seem not to store the evaluated values properly.
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
ifanddoseem not to store the evaluated values properly.