Hy 1.0.0 released
Version 1.0.0 of Hy, a Lisp dialect that is embedded in Python, has been releasedafter nearly 12 years in development. This is the first stable release of the project:
Henceforth, breaking changes to documented parts of the language(other than dropping support for versions of Python that arethemselves no longer supported by the CPython developers) willincrease the major version number, and my intention is for that not tohappen often, if at all.
The 1.0.0 release supports Python 3.8 through 3.13. See the documentation and the "Why Hy?" page for whyone might want to use it.For the historically minded, LWN covered a PyCon talk on Hy in 2014.