Live data from Hacker News

Viewing profile — helix278

helix278

HN member
Joined
Fri, Aug 25, 2023, 5:41 PM UTC
HN karma
74
Public activity
60 items

About helix278

No profile information was provided.

Recent public activity

  1. comment
    Comment #49147673

    Depends on what you mean by functional language. I was considering main-stream languages that support some form of functional programming. So Rust, F#, C#, Kotlin, Swift, Typescrip…

  2. comment
    Comment #49146418

    Superficially, I find the syntax very untuitive to read. Most languages opt to use for typevariables. Is there a specific reason you chose to deviate from that and use []?

  3. comment
    Comment #48927026

    I write all production code by hand, it's the only way I'm sure I know what the code does. Moreover, when the problem space or code base is more complex, it is necessary to keep in…

  4. comment
    Comment #47738558

    > That is not a benchmark result. That is a different way of thinking about how AI models get built. tiresome

  5. comment
    Comment #47738152

    I'm always surprised at the high frequency of major typos in titles from HN posts

  6. comment
    Comment #45857991

    Letting the bytes go by

  7. comment
    Comment #45855446

    Ligatures exist

  8. comment
    Comment #45555867

    You make it sound like reducing the big O complexity is a dumb thing to do in research, but this is really the only way to make lasting progress in computer science. Computer archi…

  9. comment
    Comment #45547541

    I have had treesitter crashes in the past editing markdown, causing helix to segfault, but the particular bug that caused my crashes has been fixed since years.

  10. story
  11. comment
    Comment #44774772

    Although I'm more of a functional programmer and ADT addict, I still find this language appealing. Reading the manual, it feels like a lot of correct design decision have been made…

  12. comment
    Comment #44524025

    I'm not a compiler dev, but I know that many functional programming languages struggle with this in the same manner if the target platform does not support TCE itself, and therefor…

  13. comment
    Comment #44523860

    But entirely definable in user code, so an effect is essentially a set of possibly impure operations you can perform (like I/O or exception throwing), and a function that exhibits …

  14. comment
    Comment #44523826

    TCO (tail call optimization) is often confused with TCE (tail call elimination), the latter is a runtime guarantee whereas the former is a compiler's best effort attempt to statica…

  15. comment
  16. comment
    Comment #44370050

    So cutting edge you wouldn't even need a kitchen knife

  17. comment
    Comment #43806297

    I like that there is plenty of room for comments, and the multiline extension is also cool. The backslash almost looks like what I would write on paper if I wanted to sneak somethi…

  18. comment
    Comment #43806279

    Quite nice. Though I like texts with exercises better

  19. comment
    Comment #42577539

    You're right, but history has shown that increasing the productivity also leads to increased demand, which is good news as long as humans remain involved for some percentage of the…

  20. comment
    Comment #42359589

    What is the main difference with just?

  21. story
  22. comment
    Comment #41541827

    Would it be feasible to build a larger application using a language like Factor? I have no experience with concatenative programming, and it seems interesting, but I also get the f…

  23. story
  24. comment
    Comment #41419446

    There is a .NET library that also wraps DOT and provides programmability: https://github.com/Rubjerg/Graphviz.NetWrapper

  25. comment
    Comment #41360248

    Very nice. I would like this for Helix, and allow bringing your own config!