diff options
| author | Andrey Orst <andreyorst@gmail.com> | 2020-10-21 20:34:39 +0300 |
|---|---|---|
| committer | Andrey Orst <andreyorst@gmail.com> | 2020-10-21 20:34:39 +0300 |
| commit | 58c188560c2935d500852ebb03f00f832c61cc72 (patch) | |
| tree | 6e783535473649b7d44c7eb80b603e0a06dca826 /README.org | |
| parent | 46f472901768d53ad62f9313a977c5ff006a041c (diff) | |
added more macros, and functions to the `core` modules
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ Goals of this project are: ** Macros *** =fn*= -Clojure's =defn= equivalent. +Clojure's =fn= equivalent. Returns a function of fixed arity by doing runtime dispatch, based on argument amount. Capable of producing multi-arity functions: |