3 links tagged with all of: features + programming + release
Click any tag below to further narrow down your results
Links
PHP 8.5.0 introduces a new operator "|>" that allows for a more streamlined way to apply functions to values. It also adds the "#[\NoDiscard]" attribute to enforce the use of return values and introduces attributes for constants. Check the migration guide for more details on these changes.
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.