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 - 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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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

  • 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
  • Dagger.io : La nouvelle ère du CI/CD dans le monde DevOps

    3 projects | dev.to | 14 May 2024
  • Polars – A bird's eye view of Polars

    4 projects | news.ycombinator.com | 13 Feb 2024
  • Static Typing for Python

    1 project | news.ycombinator.com | 27 Jan 2024
  • Introducing Flask-Muck: How To Build a Comprehensive Flask REST API in 5 Minutes

    3 projects | dev.to | 20 Dec 2023