Viewing profile — aptenoforst
aptenoforst
HN member- Joined
- Tue, Jun 08, 2021, 6:42 PM UTC
- HN karma
- 21
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About aptenoforst
No profile information was provided.
Recent public activity
-
comment
Comment #48952584
You have two newish options nowadays https://coalton-lang.github.io/20260424-mine/ and https://lem-project.github.io/
-
comment
Comment #42667904
does not support the OS with the most users.
-
comment
Comment #39002192
This whole conversation is either roleplay or made by AI
-
comment
Comment #36796343
Fantasque is my favorite font, but it lacks more weights :(
-
comment
Comment #36795525
This was my favorite font ever, made me stop font hopping...until I found that italic A and italic O are too similar, now I'm back to don't hopping.
-
comment
Comment #36778334
Not exactly. I don't think Go should have ALL those, but some would be extremely helpful. That's just a wishlist. There are some examples of languages that have a nice blend of fun…
-
comment
Comment #36777809
This doesn't say much because people generally throw interface{} everywhere. Go is used because Google and that's it.
-
comment
Comment #36777504
Anything that made programming easier in the last 30 years. I miss Hindley Milner type inference, ADTs, default immutability, sane error handling, pattern matching, and functional …
-
comment
Comment #36776552
Its a shame that Go as a language is so lacking, the tooling is amazing. I wish there was something like Go but with an actually good programming language attached.
-
comment
Comment #28254343
How is a generic data structure a COMPLEX ABSTRACTION?
-
comment
Comment #28254174
If anything generics will make go code simpler. No more copy pasting everywhere and the possibility of making useful collection methods like map, filter and reduce.