Live data from Hacker News

Viewing profile — ricattierger

ricattierger

HN member
Joined
Thu, May 30, 2019, 5:58 PM UTC
HN karma
3
Public activity
4 items

About ricattierger

No profile information was provided.

Recent public activity

  1. comment
    Comment #24361553

    Why do you say that? Certain things in a language may increase binary size or something else but at the end of the day these languages all go through most likely the same compiler …

  2. comment
    Comment #22178260

    Same. Focusing on wellness this year and it is great. Have read so much more after forcing less screen time

  3. comment
    Comment #20747498

    I think that is a good point at the end. Pure may be defined in regards to the language. So allocating memory in C may make a function unpure but something other languages may stil…

  4. comment
    Comment #20744312

    So it seems that you are sort of talking about a function that is memoizable but not pure. Pure has no mutation of any global state. So hypothetically touching the heap means not p…