Skip to content

0.6.0 (uses Hy 0.29.*)

Latest
Compare
Choose a tag to compare
@Kodiologist Kodiologist released this 20 May 20:15
· 1 commit to master since this release

Removals

  • defmacro/g! has been removed. Use defmacro! instead.

Other Breaking Changes

  • cut on a Sequence now returns another Sequence, not a generator.
  • assoc is now a function rather than a macro. Its effect is unchanged.

New Features

  • The Sequence constructor now accepts an arbitrary iterable.
  • New macro defmacro-kwargs.
  • New macro parse-fn-params.
  • New macro some->.
  • New function import-path.
  • New function sign.
  • New function thru.

Bug Fixes

  • defmacro! now properly handles explicit return statements within its macro definition.
  • Various Sequence bugs have been fixed.
  • assoc no longer requires a second and third argument.