How do you code in a non-statically typed, imperative language after learning F#?

This page summarizes the projects mentioned and recommended in the original post on /r/fsharp

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Fable.Python

    Python bindings for Fable

    Perhaps that is why https://fable.io/Fable.Python/ exists.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. mypy

    Optional static typing for Python

    Use of optional types has been appearing in third party libraries more and more. The mypy type checker finally hit version 1, which I've been using for years. Flake8 for linting and black + isort for formatting are useful tools.

  4. functional-web-development-with-elixir

    Updated and complete Elixir implementation for the book Functional Web Development with Elixir, OTP, and Phoenix

    For example, if you perused my code and didn't know Elixir, you'd probably even guess that Elixir was a statically typed language the way I write it: https://github.com/bmitc/functional-web-development-with-elixir/tree/main/islands_engine/lib/islands_engine

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Python programmers prepare for pumped-up performance: Article describes Pyston and plans to upstream Pyston changes back into CPython, plus Facebook's Cinder: "publicly available for anyone to download and try and suggest improvements."

    3 projects | /r/Python | 8 May 2021
  • Mypy – an optional static type checker for Python

    1 project | news.ycombinator.com | 18 Apr 2025
  • You Need Subtyping

    1 project | news.ycombinator.com | 29 Mar 2025
  • Great things about Rust that aren't just performance

    3 projects | news.ycombinator.com | 12 Jan 2025
  • Python 3.13.0 Is Released

    11 projects | news.ycombinator.com | 7 Oct 2024

Did you know that Python is
the 2nd most popular programming language
based on number of references?