Viewing profile — 110bpm
110bpm
HN member- Joined
- Fri, Apr 26, 2024, 9:53 PM UTC
- HN karma
- 21
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About 110bpm
No profile information was provided.
Recent public activity
-
comment
Comment #48790056
The code appears to be based on other people's forks: > The naive plan (port EA's raw source) is a multi-month job. The actual job was "port the best community fork," which was a o…
-
comment
Comment #43550912
I put together a quick-start guide to F# Computation Expressions — showing how you can go from C# async/await all the way to Result workflows with let!... and!... expressions, and …
-
comment
Comment #43550617
`async` is F#'s original implementation of async programming. It is the precursor to C#'s await/async. `task` targets the .NET TPL instead, which is also what C#'s await/async and …
-
comment
Comment #43550293
This isn't such a big issue in my experience. Auto-formatting helps a lot, the code needs to be just syntactically correct. The default F# autoformatter is bundled/supported by VS …
-
comment
Comment #42825770
I wanted to learn more about where this claim comes from and found this article [0]. The linked commentary [1] raises several interesting points. "Unfortunately, the authors did no…
-
comment
Comment #42636792
I wanted to write an approachable introduction to the F# Computation Expressions + Results programming style. Rust users may recognize many similarities. I find F# great for writin…
- story
-
comment
Comment #40181036
While the libraries and techniques I mentioned above seem to be well-known, I couldn't find a good public sample project. I can recommend https://fsharpforfunandprofit.com/ as a st…
- comment
- comment
-
comment
Comment #40175710
For me, the closest language currently is F#. The open-source ecosystem is not as massive as Go's or the JVM's, but it's not niche either. F# runs on .NET and works with all .NET p…