aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-02-11 15:29:43 -0800
committercolin <colin@cicadas.surf>2023-02-11 15:29:43 -0800
commitbfddf4064215fb5cd22a1d54c7f4616e82256214 (patch)
tree6c2298c8d31122061b3b25f497b94fe19e1f175c
parent9d6c0c3316de67770738ab55eac88b1eb6a0bc4d (diff)
Adding hofs to asd. readme
-rw-r--r--README.org7
-rw-r--r--lambda-riffs.asd1
2 files changed, 7 insertions, 1 deletions
diff --git a/README.org b/README.org
index 375a6cd..e3a9ef2 100644
--- a/README.org
+++ b/README.org
@@ -2,7 +2,12 @@
ALPHA QUALITY -- USE AT YOUR OWN RISK
-Just a reader macro for lambda riffing.
+Lambda riffs provides
+
+- a reader macro for building lambdas on the fly
+- a few utilities for combining functions
+
+Simply loading the system will introduce the reader macro.
** Examples and Use
diff --git a/lambda-riffs.asd b/lambda-riffs.asd
index 44887f7..e8ce1b0 100644
--- a/lambda-riffs.asd
+++ b/lambda-riffs.asd
@@ -7,6 +7,7 @@
:version "0.1.0"
:serial t
:components ((:file "package")
+ (:file "hofs")
(:file "macros")))