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

SYMBOL-VALUE and (SETF SYMBOL-VALUE) should move #182

Open
robert-strandh opened this issue Nov 1, 2020 · 0 comments
Open

SYMBOL-VALUE and (SETF SYMBOL-VALUE) should move #182

robert-strandh opened this issue Nov 1, 2020 · 0 comments

Comments

@robert-strandh
Copy link
Owner

Currently, the functions SYMBOL-VALUE and (SETF SYMBOL-VALUE) are defined in the module SICL-HIR-EVALUATOR. They are defined to take an environment object and a symbol as arguments. Instead, there should be functions in the SICL-RUN-TIME module called SYMBOL-VALUE and (SETF SYMBOL-VALUE) that take a symbol name, the dynamic environment, and the global value cell as arguments. That cell contains the unbound value in its CDR.

Similarly, BOUNDP and MAKUNBOUND should be defined in the SICL-RUN-TIME module and take the same kind of arguments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant