Renaming ref
s
#52
Labels
No Label
accepted
bug
clj
documentation
enhancement
errors
infrastructure
later
next
now
optimization
proposal
question
research
semantics
syntax
ux
vm
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: twc/ludus#52
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, we use
ref
andderef
for changeable values.This issue was originally to use
value_of
in addition toderef
, or instead of it.But I think the better thing is to get a little more intuitive about the naming and api of these things.
Here's a proposal:
box
, notref
unbox
, notderef
orvalue_of
store!
instead ofset!
`deref` should (also?) be `value_of`to Renaming `ref`sDone and done, in
fa5e298d94