git.fiddlerwoaroof.com
Browse code

Smoothing rough edges

Now, it compiles outside my sandbox

fiddlerwoaroof authored on 17/02/2016 04:58:47
Showing 2 changed files
... ...
@@ -1,6 +1,7 @@
1 1
 ;;;; package.lisp
2 2
 
3 3
 (defpackage #:simple_list
4
-  (:use #:cl #:anaphora #:alexandria #:serapeum)
4
+  (:use #:cl #:anaphora #:alexandria #:serapeum #:clonsigna)
5
+  (:shadow #:starts-with #:ends-with)
5 6
   (:export :main))
6 7
 
7 8
new file mode 100755
8 9
Binary files /dev/null and b/simple_list differ