Viewing profile — zija
zija
HN member- Joined
- Thu, Oct 15, 2020, 10:53 AM UTC
- HN karma
- 21
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About zija
No profile information was provided.
Recent public activity
-
comment
Comment #41882520
Small F# community have https://fsprojects.github.io/FSharp.Formatting/ that is a lot better than docfx, it has markdown support, notebook suport, script output embedding. C# has n…
-
comment
Comment #41882129
I don't understand why the dotnet team doesn't invest more resources and time into tools: doctests and documentation generation, better and faster unit tests that I can write next …
-
comment
Comment #38832272
They are working on servo implementation, but it's long time to go. Tauri has problem on Linux, webkit2gtk has lower performance etc. I know I have problems with three.js, others w…
-
comment
Comment #31702862
C# team began experimenting with green threads: https://twitter.com/davidfowl/status/1532880744732758018?t=P...
-
comment
Comment #28515682
I don't know what to think about it. Half-baked idea: use free functions only in one file in project is meh.. Modern Kotlin, Scala, F# can and use free functions and reduce boilerp…
-
comment
Comment #28366886
No, i like Rust very much. But Rust require from me to deep dive with language, it's not productive language, it's correct from start to end language. Language with optional GC, va…
-
comment
Comment #28366435
From top popular language, say from https://redmonk.com/sogrady/2021/08/05/language-rankings-6-2... , only Go and Swift/ Objective-C are languages with static typing, compiled to n…
-
comment
Comment #28247834
Few gripes with c# (as a hobby developer): -no sum types, Java 17, kotlin, scala, f#, typescript, rust, Swift, nim, ocaml etc all can modeling types better than C# - no option, no …