Replies: 1 comment
-
Because we wanted the assignment semantics of indexed assignment. There's no need for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a reason
let
stores things into a dict instead of using symbols directly?E.g., why does this:
get compiled to this:
instead of something like this?
Beta Was this translation helpful? Give feedback.
All reactions