Live data from Hacker News

Viewing profile — znafelrif

znafelrif

HN member
Joined
Wed, Nov 02, 2022, 1:48 PM UTC
HN karma
29
Public activity
8 items

About znafelrif

No profile information was provided.

Recent public activity

  1. comment
    Comment #39728964

    The article doesnt say anything about the JVM accessing other processes memory though.

  2. comment
    Comment #37898604

    Doesn't ChatGPT probably regurgitate stackoverflow answers? If stackoverflow doesn't exist, ChatGPT probably also gets worse as it doesn't have the data necessary to be able to ans…

  3. comment
    Comment #36265877

    > The core of functional programming is about avoiding mutable states, not much about anonymous functions or passing functions as data. I disagree since any paradigm can be done ei…

  4. comment
    Comment #35766173

    The things it points out seem rather small and nitpicky. Doesn't really support the negative summary of the article.

  5. comment
    Comment #35760345

    Do you have an example of such an implementation in haskell?

  6. comment
    Comment #35753173

    > > The interpreter uses very dubious implementation decisions, and the language that is created as a side-effect makes reasoning about anything near impossible. That is in my opin…

  7. comment
    Comment #33449060

    The article actually mentions ease-of-use as the major downside of functional programming ("Functional programming has a steep learning curve")

  8. comment
    Comment #33435701

    The properties mentioned in the article are not really tied to functional programming. - Not allowing null-references can be done with any paradigm. For example with object-oriente…