You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.