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
{{ message }}
This repository was archived by the owner on Jul 7, 2024. It is now read-only.
Urn seems to emphasize compilation over interpretation. I appreciate that, but it's sometimes nice to call eval on quoted forms. Does eval exist or is it possible to define it using macros? Maybe I can treat the compilation environment as my runtime environment to allow this?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Urn seems to emphasize compilation over interpretation. I appreciate that, but it's sometimes nice to call
eval
on quoted forms. Doeseval
exist or is it possible to define it using macros? Maybe I can treat the compilation environment as my runtime environment to allow this?The text was updated successfully, but these errors were encountered: