Viewing profile — jypie
jypie
HN member- Joined
- Sat, Oct 18, 2014, 2:20 PM UTC
- HN karma
- -4
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About jypie
No profile information was provided.
Recent public activity
-
comment
Comment #8545411
Oh, I failed to remember there was Object.freeze(). This is something the interpreter(Just-in-time compiler, to be more exact) would utilize as hints. but does this mean Immutable.…
-
comment
Comment #8545394
I'm afraid I don't get your point. So deep copy is expensive, and if the variable is immutable and has to be changed, it would have to be deep copied. so immutable is bad? Or are y…
-
comment
Comment #8541699
What is the benefit of having immutable variables that are just fake-built at runtime? At compile time, knowing some variables are constant and will not change would give the inter…
-
comment
Comment #8475363
This. I was thinking the same.