summaryrefslogtreecommitdiff
path: root/macros.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'macros.fnl')
-rw-r--r--macros.fnl7
1 files changed, 4 insertions, 3 deletions
diff --git a/macros.fnl b/macros.fnl
index f0e9134..81845fe 100644
--- a/macros.fnl
+++ b/macros.fnl
@@ -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