2 files changed, 3 insertions(+), 0 deletions(-)
M README
M cxp.asd
M README => README +2 -0
@@ 32,6 32,8 @@ abstraction (name system built on top of cxp's).
Hacking
-------
+First enter a guix shell, then you can try the following:
+
Currently the way I am working is via repl and buffer and then occasionally
I sbcl --load cxp.lisp in a terminal to write the bin and test it.
M cxp.asd => cxp.asd +1 -0
@@ 7,6 7,7 @@
:description "Remix text using cxps."
:class :package-inferred-system
:depends-on (:cl-ppcre
+ :cl-sqlite
:chanl
:trivia
:alexandria