#language-features

[ follow ]
fromHackernoon
1 month ago

Range Over Function Types: The New Feature in the Go 1.23 Release | HackerNoon

The introduction of range over function types in Go 1.23 allows more versatile handling of generic types by enabling operations like element iteration through the new Push method.
Scala
fromCodeProject
7 months ago

(Non-)Nullable Reference Types

The new feature called 'nullable reference types' makes two mistakes by focusing on non-nullable variables, which have always been part of C#, misleading developers.
JavaScript
[ Load more ]