Live data from Hacker News

Viewing profile — aptenoforst

aptenoforst

HN member
Joined
Tue, Jun 08, 2021, 6:42 PM UTC
HN karma
21
Public activity
11 items

About aptenoforst

No profile information was provided.

Recent public activity

  1. comment
    Comment #48952584

    You have two newish options nowadays https://coalton-lang.github.io/20260424-mine/ and https://lem-project.github.io/

  2. comment
    Comment #42667904

    does not support the OS with the most users.

  3. comment
    Comment #39002192

    This whole conversation is either roleplay or made by AI

  4. comment
    Comment #36796343

    Fantasque is my favorite font, but it lacks more weights :(

  5. 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.

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

  7. comment
    Comment #36777809

    This doesn't say much because people generally throw interface{} everywhere. Go is used because Google and that's it.

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

  9. 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.

  10. comment
    Comment #28254343

    How is a generic data structure a COMPLEX ABSTRACTION?

  11. 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.