Skip to content

Conversation

@super7ramp
Copy link
Contributor

This closes #563.

This closes jank-lang#563.
Comment on lines +28 to +29
(aset arr 0 -1)
(is (= [-1 2 3] v)))))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small nitpick, even though it's not required, it might be clearer that this mutation and the assertion are related if they were in a do block or logically grouped in some other way like doto). Not a big thing just weird to see mutating code in Clojure without a ! suffix, but I won't block on this

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

Successfully merging this pull request may close these issues.

clojure.core/vec

2 participants