diff options
-rw-r--r-- | README.org | 7 | ||||
-rw-r--r-- | lambda-riffs.asd | 1 |
2 files changed, 7 insertions, 1 deletions
@@ -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"))) |