We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Now that lexical environments are not alists, we need a readable representation for them. In particular, the following should not fail:
commit: 2024-01-22 7acfbb53bdadf32cd4a3397bd3e193776ffbdba1 Lurk REPL welcomes you. user> (let ((a 1)) (current-env)) [3 iterations] => <ENV ((a . 1))> user> <ENV ((a . 1))> Error: Evaluation encountered an error after 1 iteration user>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Now that lexical environments are not alists, we need a readable representation for them. In particular, the following should not fail:
The text was updated successfully, but these errors were encountered: