From bfddf4064215fb5cd22a1d54c7f4616e82256214 Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 11 Feb 2023 15:29:43 -0800 Subject: Adding hofs to asd. readme --- README.org | 7 ++++++- lambda-riffs.asd | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) 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"))) -- cgit v1.2.3