#type-system

[ follow ]
#scala-3
fromMedium
2 days ago
Scala

Unmasking AnyKind: Type Shapes in Scala 3

AnyKind in Scala 3 allows for a supertype of all types, but lacks specificity about type kind.
fromMedium
9 months ago
Scala

Exploring the New Features of Scala 3

Scala 3 simplifies syntax while enhancing expressiveness and developer accessibility.
Scala
fromMedium
2 days ago

Unmasking AnyKind: Type Shapes in Scala 3

AnyKind in Scala 3 allows for a supertype of all types, but lacks specificity about type kind.
E-Commerce
fromMedium
1 month ago

Why Pattern Matching Matters

Pattern matching encodes data shape in the type system, eliminating brittle imperative branching and improving correctness in domain-driven systems like digital commerce.
Software development
fromInfoWorld
3 months ago

Rust vision group seeks enumeration of language design goals

Enumerate Rust design goals, double down on extensibility, and improve crates.io discovery and interop to scale Rust across domains and usage levels.
Web development
fromEvanhahn
4 months ago

Experiment: making TypeScript immutable-by-default

TypeScript cannot be made immutable-by-default purely through its type system; arrays and Records can be made immutable, but regular objects remain problematic.
[ Load more ]