#language-features

[ follow ]
fromInfoWorld
1 week ago

The best new features of C# 14

With C# 14, now you can run a C# file directly from the command line without needing a project or solution file. Until C# 14, we've had to follow a multi-step process to run a minimal .cs file. Not only was this a multi-step process, but it incurred significant additional overhead because you had to create a solution file and a project file to run your application.
Software development
Software development
fromInfoWorld
2 months ago

JetBrains releases Kotlin 2.3.0

Kotlin 2.3.0 improves Swift interoperability with native enums and variadic parameters while adding compiler, platform, and language feature enhancements across targets.
fromHackernoon
8 months ago

Here's What You Need to Know About Go 1.22 | HackerNoon

In Go 1.22, the traditional 'for' loop gotcha with sharing loop variables is resolved, ensuring variable isolation across iterations for better code reliability.
Scala
Scala
fromHackernoon
11 months ago

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

Go 1.23 introduces range over function types, enhancing generic container usability by enabling iteration over elements without needing internal field access.
[ Load more ]