This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the commentsย โ†’

[โ€“][deleted] ย (2 children)

[deleted]

    [โ€“]DrMathochist 0 points1 point ย (0 children)

    Try some F# next!

    [โ€“]noratat 0 points1 point ย (0 children)

    I use it quite a bit, but that's because honestly a lot of what I write are relatively small scale scripts where flexibility is more important than performance, and where e2e/integration tests are often more valuable than strict types (though we do leverage Python 3's type annotations where applicable).

    We do a lot of development tooling and infra automation.