You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.org
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,8 +52,8 @@ while adding many other convenient operations commonly found in other languages.
52
52
53
53
* Installation
54
54
55
-
This library is available on [[https://ultralisp.org/projects/fosskers/cl-transducers][Ultralisp]]. With [[https://ultralisp.org/][Ultralisp installed as a
56
-
distribution]], you can simply run the following to download the main system:
55
+
This library is available on [[https://quickdocs.org/cl-transducers][Quicklisp]] and [[https://ultralisp.org/projects/fosskers/cl-transducers][Ultralisp]]. To download the main
56
+
system:
57
57
58
58
#+begin_src lisp
59
59
(ql:quickload :transducers)
@@ -340,14 +340,14 @@ An ancient method of calculating Prime Numbers.
340
340
supports tail-recursive usage of ~labels~.
341
341
2. A way to model the common =zip= function has not yet been found.
0 commit comments