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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Fable.Python

    Python bindings for Fable

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

  • 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.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • 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