Add force

This commit is contained in:
Michiel Borkent 2021-02-26 13:59:08 +01:00
parent acc8972a40
commit d31bcabeb2

View file

@ -14,6 +14,7 @@ Sci:
- Pick fn arity independent of written order [#532](https://github.com/babashka/babashka/issues/532) ([@GreshamDanielStephens](https://github.com/GreshamDanielStephens))
- `(instance? clojure.lang.IAtom 1)` returns `true` [#537](https://github.com/borkdude/sci/issues/537)
- Add `dissoc!`(@wilkerlucio)
- Add `force`
- Fix `ns-unmap` on referred var [#539](https://github.com/borkdude/sci/issues/539)
Babashka.fs: