git.fiddlerwoaroof.com
Browse code

chore: describe transducer system better

fiddlerwoaroof authored on 18/12/2020 03:57:26
Showing 1 changed files
... ...
@@ -1,6 +1,6 @@
1 1
 (asdf:defsystem #:data-lens
2
-  :description #.(format nil "~a ~a ~a"
3
-                         "Utilities for building data transormations from"
2
+  :description #.(format nil "~@{~a~^ ~}"
3
+                         "Utilities for building data transformations from"
4 4
                          "composable functions, modeled on lenses and"
5 5
                          "transducers")
6 6
   :author "Edward Langley <el-cl@elangley.org>"
... ...
@@ -14,10 +14,8 @@
14 14
                (:file "lens")))
15 15
 
16 16
 (asdf:defsystem #:data-lens/beta/transducer
17
-  :description #.(format nil "~a ~a ~a"
18
-                         "Utilities for building data transormations from"
19
-                         "composable functions, modeled on lenses and"
20
-                         "transducers")
17
+  :description #.(format nil "~@{~a~^ ~}"
18
+                         "A collection of transducers to reduce stream-manipulation overhead")
21 19
   :author "Edward Langley <el-cl@elangley.org>"
22 20
   :license "MIT"
23 21
   :depends-on (:data-lens