Skip to content
New issue

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

env must be readable #1077

Open
porcuquine opened this issue Jan 24, 2024 · 0 comments
Open

env must be readable #1077

porcuquine opened this issue Jan 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@porcuquine
Copy link
Collaborator

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>
@porcuquine porcuquine added the bug Something isn't working label Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant