From 58c188560c2935d500852ebb03f00f832c61cc72 Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Wed, 21 Oct 2020 20:34:39 +0300 Subject: added more macros, and functions to the `core` modules --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.org') diff --git a/README.org b/README.org index e681f26..3b5d769 100644 --- a/README.org +++ b/README.org @@ -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: -- cgit v1.2.3