Skip to content

0.11.2

Compare
Choose a tag to compare
@jcubic jcubic released this 01 May 10:40
· 2204 commits to master since this release

Breaking

  • remove nop (you can use (begin undefined))

Bug fixes

  • fix unquote-splicing on nil (e.g. processing of `(list ,@nil))
  • cdr and car should return nil on empty list
  • typecheck and process nil in c[ad]+r functions