#type-system

[ follow ]
fromMedium
2 months ago

Exploring the New Features of Scala 3

Scala 3, also known as Dotty, introduces significant syntax simplifications and powerful new features, making the language more accessible while enhancing its expressiveness.
Scala
Scala
from2ality
5 months ago

The unexpected way in which conditional types constrain type variables in TypeScript

Conditional types in TypeScript constrain generics, providing new insights during type checks and leading to complex results.
Conditional types can produce both true and false due to their distributive nature.
[ Load more ]