diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2021-02-15 19:21:46 +0000 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2021-02-15 19:21:46 +0000 |
| commit | dd97368330bb772c481bdf8e7ca8b110d5a16bbb (patch) | |
| tree | f005b19865ba24df19387621b2017af1e15df9a6 /macros.fnl | |
| parent | f3313b3b51c795411a75ec93714110ad1808a8ae (diff) | |
| parent | b33e6caba92f8d48aa9cb4a577df6395a30cecc4 (diff) | |
Merge branch 'improved-sets' into 'master'
improve set iteration performance
See merge request andreyorst/fennel-cljlib!9
Diffstat (limited to 'macros.fnl')
| -rw-r--r-- | macros.fnl | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -55,7 +55,7 @@ (fennel.metadata:set value k v))) -;;;;;;;;;;;;;;;;;;;;;;;;;; Runtime function builers ;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;;;;;;;;;;;;;;;;;;;;;;;;; Runtime function builders ;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; TODO: This code should be shared with `init.fnl` @@ -1205,9 +1205,9 @@ Always run some side effect action: : defmethod : def : defonce - :_VERSION #"0.4.0" + :_VERSION #"0.5.0" :_LICENSE #"[MIT](https://gitlab.com/andreyorst/fennel-cljlib/-/raw/master/LICENSE)" - :_COPYRIGHT #"Copyright (C) 2020 Andrey Orst" + :_COPYRIGHT #"Copyright (C) 2020-2021 Andrey Listopadov" :_DOC_ORDER #[:fn* :try :def :defonce :defmulti :defmethod @@ -1221,3 +1221,4 @@ Always run some side effect action: ;; LocalWords: defonce metadata metatable fac defmulti Umm defmethod ;; LocalWords: multimethods multimethod multifn REPL fnl AST Lua's ;; LocalWords: lua tostring str concat namespace ns Cljlib Clojure +;; LocalWords: TODO init Andrey Listopadov |