Live data from Hacker News

Viewing profile — throwaway675867

throwaway675867

HN member
Joined
Sun, Nov 10, 2024, 11:04 PM UTC
HN karma
13
Public activity
7 items

About throwaway675867

No profile information was provided.

Recent public activity

  1. comment
    Comment #45910362

    Similar for us in magnitude of sized company, maybe a bit bigger. Lots of services are F# (internal and main services), but we don't advertise it that much nor want to. Every time …

  2. comment
  3. comment
    Comment #42167448

    Yes - just my preference. `[ num for num in numbers ]` in Python would read as `[ for num in numbers do num ]`. With nested loops, and if you want to do filtering (yield only on ce…

  4. comment
    Comment #42132871

    We are spoilt with a lot of good tools these days, F# being one. As an ancedote a hybrid F#/Python shop is one use case where I have seen F# thrive. My personal view is that F# is …

  5. comment
    Comment #42103342

    I've found when I do get the chance to use F# it is in .NET shops, where the tech staff have agency to make decisions. Language deciders, vs language takers. Those places typically…

  6. comment
    Comment #42103281

    In my experience having mentored devs into F# on very large projects its easier to learn F# if coming from a JS, Python, Go, etc background than C# or Java even without previous .N…

  7. comment
    Comment #42103227

    As an polyglot dev who has the chance to use F# dev at times the REPL is how I POC most things - if I'm not sure of an API, even inlined into my actual codebase just hit the "Send …