Viewing profile — Lanayx
Lanayx
HN member- Joined
- Thu, Aug 08, 2024, 10:36 AM UTC
- HN karma
- 24
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About Lanayx
No profile information was provided.
Recent public activity
-
comment
Comment #43552968
I wrote an article about it. https://medium.com/@lanayx/dependency-injection-in-f-the-mis...
-
comment
Comment #43550653
F# excels in writing domain logic where main domain entities are defined as records and discriminated unions and logic is written in pure functions. Given that product is preexisti…
-
comment
Comment #43550529
For web UI we have Fable and it's integration with well-known js frameworks, also WebSharper (although it's less well-known) and Bolero (on top of Blazor) For mobile we have FuncUI…
-
comment
Comment #43549735
For reference, F# slack is already dead, community has moved to Discord https://discord.com/invite/fsharp-196693847965696000
-
comment
Comment #43338347
[dead]
-
comment
Comment #43290896
I've just launched a product for easy AI based comparison and sharing, the feedback is appreciated. Announcements Twitter: https://x.com/WhatIsBetterAI/status/1898026811000226244 B…
- story
-
comment
Comment #41190009
This is only partially true. Both Some and None were always instances of single FSharpOption class (None is actually not an instance, but null), however custom DUs are indeed compi…