#type-inference

[ follow ]
Software development
fromInfoWorld
4 days ago

'Futuristic' Unison functional language debuts

Unison 1.0 provides content-addressed, statically typed functional programming that gives deterministic versioning, avoids redundant compilation, and simplifies distributed computation.
Python
fromPeterbe
1 month ago

In Python, you have to specify the type and not rely on inference - Peterbe.com

TypeScript infers literal argument types causing compile-time errors for mismatched values; Python's mypy requires explicit annotations to report the same mismatches.
[ Load more ]