Live data from Hacker News

Viewing profile — kowalgta

kowalgta

HN member
Joined
Sat, Jun 13, 2020, 3:30 PM UTC
HN karma
9
Public activity
4 items

About kowalgta

No profile information was provided.

Recent public activity

  1. comment
    Comment #43547924

    I've worked with .net professionally for almost 20 years. At the beginning with C# while last decade almost exclusively with F#. F# is just a better language. Simpler, more concise…

  2. comment
    Comment #25762078

    Usage of C# packages from F# is simple and without issues. The other way is a bit more clunky, but frankly, you will not want to write any C# once you are on the F# side. I have be…

  3. comment
    Comment #23511933

    As others mentioned - using smart constructor technique, but not directly as F# has no dependend type capability. Smart constructor technique works well with 'parse, don't validate…

  4. comment
    Comment #23510261

    We use F# to build fairly complex portfolio management apps. It's a great match for F# to Javascript transpilers (Fable, WebSharper). It makes it easy to share functions and types …