github hylang/hy 0.19.0

latest releases: 0.24.0, 1.0a4, 1.0a3...
3 years ago

Breaking Changes

  • parse-args is no longer implemented with eval; so e.g. you should now say :type int instead of :type 'int.

New Features

  • Python 3.9 is now supported.

Bug Fixes

  • Improved support for nesting anaphoric macros by only applying symbol replacement where absolutely necessary.
  • Quoted f-strings are no longer evaluated prematurely.
  • Fixed a regression in the production of error messages for empty expressions.
  • Fixed a scoping bug for code executed with hy -c.
  • Fixed a bug in the compilation of multiple require s.
  • Fixed various bugs in command-line option parsing.

Don't miss a new hy release

NewReleases is sending notifications on new releases.