Viewing profile — znafelrif
znafelrif
HN member- Joined
- Wed, Nov 02, 2022, 1:48 PM UTC
- HN karma
- 29
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About znafelrif
No profile information was provided.
Recent public activity
-
comment
Comment #39728964
The article doesnt say anything about the JVM accessing other processes memory though.
-
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…
-
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…
-
comment
Comment #35766173
The things it points out seem rather small and nitpicky. Doesn't really support the negative summary of the article.
-
comment
Comment #35760345
Do you have an example of such an implementation in haskell?
-
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…
-
comment
Comment #33449060
The article actually mentions ease-of-use as the major downside of functional programming ("Functional programming has a steep learning curve")
-
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…