Live data from Hacker News

Viewing profile — jypie

jypie

HN member
Joined
Sat, Oct 18, 2014, 2:20 PM UTC
HN karma
-4
Public activity
4 items

About jypie

No profile information was provided.

Recent public activity

  1. 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.…

  2. 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…

  3. 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…

  4. comment
    Comment #8475363

    This. I was thinking the same.