Skip to content

0.2 (uses Hy 0.24.0)

Compare
Choose a tag to compare
@Kodiologist Kodiologist released this 23 Jun 14:34
· 198 commits to master since this release

Removals

  • ifp has been removed. Use branch instead.

Other Breaking Changes

  • The reader macro (formerly tag macro) : is now named s.

New Features

  • New macro block.
  • New macros branch, ebranch, case, and ecase.
  • The macros of hyrule.anaphoric are now much smarter in deciding what instances of the symbol it to replace, so you can now quote or locally rebind it without issues.

Bug Fixes

  • Destructuring macros now consistently return None in case of failing to match a certain pattern, instead of sometimes returning None and sometimes raising an exception.
  • #% now parses %i names from dotted symbols.
  • The Hy code is now precompiled during installation.