-
Perhaps that is why https://fable.io/Fable.Python/ exists.
-
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.
-
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.
-
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
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."
-
Mypy – an optional static type checker for Python
-
You Need Subtyping
-
Great things about Rust that aren't just performance
-
Python 3.13.0 Is Released