Clojure 1.12.0-rc2
Clojure 1.12.0-rc2 is now available! Find download and usage information on the Downloads page. At this point we consider Clojure 1.12.0 to be complete. Please test this release and provide any feedback prior to release. Changes since 1.12.0-rc1: CLJ-2873 add-libs - reloads data readers after extending runtime classpath CLJ-2881 definterface - add support for array class type hints For a complete list of 1.12.0 features and fixes, see the official changelog .

Clojure 1.12.0-rc2, the second release candidate for the upcoming major version of the Clojure programming language, has been made available to the public. This marks a significant milestone in the development cycle, as the core team has deemed the release complete and is now seeking community feedback to ensure a stable and robust final version.
The Clojure team has been diligently working on the 1.12.0 release for several months, incorporating numerous improvements and bug fixes. With the release of the second candidate, developers are encouraged to test this version thoroughly and report any issues or concerns they may encounter. This feedback will be invaluable in refining the final release, which is expected to be stable and ready for widespread adoption.
The most notable changes introduced in Clojure 1.12.0-rc2 since the previous release candidate, 1.12.0-rc1, are related to two specific issues: CLJ-2873 and CLJ-2881. The first change, CLJ-2873, addresses the "add-libs" functionality, which allows users to extend the runtime classpath. This update ensures that data readers are reloaded after the classpath is extended, providing a more seamless and reliable experience for developers who need to dynamically add libraries or resources during runtime.
The second change, CLJ-2881, enhances the "definterface" macro by adding support for array class type hints. This improvement allows developers to specify array types more explicitly, leading to clearer and more accurate type inference within the Clojure compiler. This can result in better performance and reduced runtime errors, as the compiler can make more informed decisions about type compatibility and optimization.
For a comprehensive list of all features and fixes included in Clojure 1.12.0, developers are advised to consult the official changelog. This document provides a detailed breakdown of every change made since the previous major version, offering valuable insights into the evolution of the language and the efforts of the Clojure community to enhance its capabilities.
To download and start using Clojure 1.12.0-rc2, users can visit the official Downloads page. This page provides all the necessary information for obtaining the release candidate, as well as instructions for installation and setup. As always, the Clojure team emphasizes the importance of testing the release candidate in a variety of environments and scenarios to uncover any potential issues before the final release.
In conclusion, the availability of Clojure 1.12.0-rc2 represents a significant step forward in the development of the language. With the addition of new features and improvements to existing functionality, developers are now in a position to test and provide feedback on this major release. By doing so, the community can help ensure that Clojure 1.12.0 is a stable, reliable, and powerful version of the language, ready to meet the needs of both seasoned developers and newcomers alike.










