Viewing profile — smoothdeveloper
smoothdeveloper
HN member- Joined
- Thu, Apr 07, 2016, 4:58 PM UTC
- HN karma
- 153
- Public activity
- 79 items
- HN profile
- View on Hacker News ↗
About smoothdeveloper
No profile information was provided.
Recent public activity
-
comment
Comment #47052845
For GPU, F# has prior art in targeting it, a notable one is https://developer.nvidia.com/blog/jet-gpu-powered-fulfillmen... I believe it is mostly about intrinsic libraries and dev…
-
comment
Comment #47052397
Clef is a new backend for F# language aiming the language at concurrent systems use cases on native targets.
- story
-
comment
Comment #44851253
Are you contributing to FUD? :D
-
comment
Comment #44851248
C# can't fix the wrong defaults, still lots more mutable by default, and statement oriented, as an example. average C# codebase looks different depending language version idioms, n…
-
comment
Comment #44851234
Never under-estimates wrong defaults in a language, for example: C++, const modifier, verbose for more correct code (less mutable state, etc.) Rust, mut modifier, verbose for less …
-
comment
Comment #44844169
You can read this suggestion, and upvote, comment, contribute: https://github.com/fsharp/fslang-suggestions/issues/1434
-
comment
Comment #44843448
Just a polling of HN hive mind on this critical matter. Worst case, let the "tried F# once/for real" ramblers unload their bag once more :)
- story
-
comment
Comment #43547879
One way to look at it, but consuming OOP libraries doesn't turn code into OOP. Also, FSharp.Core (which most F# code leans heavily on) is not OOP at all. F# promotes object program…
-
comment
Comment #43547546
In C#, you can't use the await keyword in a non async method, so I find the argument short sighted.
-
comment
Comment #42485092
/!\ this is just my perspective /!\ > would love to know why leaving it unbounded was decided upon. Might be I don't quite grok the culture of F#. You may look at more context in t…
-
comment
Comment #27095990
In context of adding burden of having someone to translate for you in Japanese, the statement he made seems good enough and to the point. Maybe you are far too pre-assumtpive that …
-
comment
Comment #26721696
For people who understand french (or can use translation tool) this is the only account back in 2019 of the events: https://www.lemonde.fr/pixels/article/2019/09/17/richard-sta... …
- story
-
comment
Comment #25054427
The closest thing is https://github.com/rspeele/Rezoom.SQL which once compiled in your F# project, can be used in C# by referencing the generated assembly. Although this is nothing…
-
comment
Comment #23710677
Let the place remain tenantless few more months and they will.
-
comment
Comment #18732410
https://fsprojects.github.io/Paket/paket-generate-load-scrip... is probably what you need if you enjoy using fsi and easily reference external libraries from script files.
-
comment
Comment #18669315
And even more techniques in F# in it's type system and inlining
-
comment
Comment #13979863
The reason is probably flowers (cannabis) versus leaves (tobacco)
-
comment
Comment #13836239
How can they be considered a hack when they get baked in the BCL in so many places as well, not for interop purpose?
-
comment
Comment #13836234
C# definitely will remain the number 1, and FP will remain used in a minority of places, until more people get exposed to it earlier in their cursus. The advantages are in the idio…
-
comment
Comment #13835428
Have you learned to use it?
-
comment
Comment #13780351
Sadly, JetBrains Rider is the sole .NET IDE without F# support.
-
comment
Comment #13710908
> It's very hard to do it along the way if you aren't familiar with C# either. Which I keep overlooking with so many years of C#, I'm so sorry about that :( That being said, lookin…