Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Lanayx
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
Lanayx
1y ago
I wrote an article about it. https://medium.com/@lanayx/dependency-injection-in-f-the-mis...
2.
▲
by
Lanayx
1y ago
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 preexisting and domain entities must already be defined, I wonder wha
3.
▲
by
Lanayx
1y ago
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 (on top of Avalonia) and Fabulous (on top of Aval
4.
▲
by
Lanayx
1y ago
For reference, F# slack is already dead, community has moved to Discord https://discord.com/invite/fsharp-196693847965696000
5.
▲
What Is Better?
(whatisbetter.ai)
1 points
by
Lanayx
2y ago
|
1 comments
6.
▲
by
Lanayx
2y ago
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 Bluesky: https://b
7.
▲
by
Lanayx
2y ago
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 compiled into classes with inheritance