coleslaw-org / coleslaw

Flexible Lisp Blogware
BSD 2-Clause "Simplified" License
553 stars 82 forks source link

"Simpler" cl-who implementation kludge #205

Closed equwal closed 4 months ago

equwal commented 1 year ago

This one just does some string concatenation instead of looping with read-line.

It has a weird packaging bug that can probably be fixed in a better way.

equwal commented 1 year ago

I think the packaging issue is actually in the plugin manager. Try:


sbcl --eval '(ql:quickload :coleslaw)'  --eval '(coleslaw:main "path")' --eval '(exit)'

and you see that `sb-ext:exit` doesn't work because it is still in `coleslaw-cl-who`.