Viewing profile — helix278
helix278
HN member- Joined
- Fri, Aug 25, 2023, 5:41 PM UTC
- HN karma
- 74
- Public activity
- 60 items
- HN profile
- View on Hacker News ↗
About helix278
No profile information was provided.
Recent public activity
-
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…
-
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 []?
-
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…
-
comment
Comment #47738558
> That is not a benchmark result. That is a different way of thinking about how AI models get built. tiresome
-
comment
Comment #47738152
I'm always surprised at the high frequency of major typos in titles from HN posts
-
comment
Comment #45857991
Letting the bytes go by
-
comment
Comment #45855446
Ligatures exist
-
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…
-
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.
- story
-
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…
-
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…
-
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 …
-
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…
- comment
-
comment
Comment #44370050
So cutting edge you wouldn't even need a kitchen knife
-
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…
-
comment
Comment #43806279
Quite nice. Though I like texts with exercises better
-
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…
-
comment
Comment #42359589
What is the main difference with just?
- story
-
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…
- story
-
comment
Comment #41419446
There is a .NET library that also wraps DOT and provides programmability: https://github.com/Rubjerg/Graphviz.NetWrapper
-
comment
Comment #41360248
Very nice. I would like this for Helix, and allow bringing your own config!