Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
narrowtux
8y ago
0 comments
Save
Share
You could just store your modified state to new variables though
0 comments
4 comments · 2 top-level
top
newest
oldest
junke
8y ago
· 2 in thread
In a live-coding session, how does the existing, running code knows that it should look at the new variables instead of the old ones?
valw
8y ago
Have a look at the video. Having immutable values doesn't mean you have immutable variables / names.
junke
8y ago
I know, the parent post was saying "you could just store your modified state to
new
variables", not replace what
existing
variables are bound to.
yorwba
8y ago
Or you could just make copies of state you want to keep before mutating it. Both mutable imperative code and immutable functional code can emulate each other, so which one to choose largely depends on your preferences.
j
/
k
navigate · click thread line to collapse