4 links
tagged with all of: programming + features
Click any tag below to further narrow down your results
Links
Python 3.14 introduces significant enhancements, including template string literals, deferred evaluation of annotations, and support for multiple interpreters. The standard library also sees improvements in asyncio introspection, a new Zstandard compression module, and syntax highlighting in the REPL. Additionally, the release emphasizes user-friendliness and correctness while providing guidance for porting from earlier versions.
Rust 1.88.0 has been released, introducing features such as let chains for conditional statements, naked functions for more control over assembly, and boolean literals for configuration predicates. Additionally, Cargo will now automatically clean its cache to manage disk usage, and several APIs have been stabilized for use in const contexts. Contributors to the release were acknowledged for their efforts.
Go programming language releases new major features every six months, with each version supported until two subsequent versions are released. The article provides a detailed timeline of features introduced in each version, alongside links to documentation, proposals, and commits for further exploration.
Java 25 has reached its release candidate stage and is set for general availability on September 16, introducing 17 new features, including the end of support for 32-bit x86. Notable additions include flexible constructor bodies, a new cryptography API, and improvements for thread variables, while the release highlights Java's continued relevance despite competition from languages like JavaScript and Kotlin. Adoption of LTS versions remains cautious, with organizations typically sticking to longer-term support releases.