lisp-project-of-the-day
lisp-project-of-the-day copied to clipboard
Here I'll post notes about Quicklisp projects. Also I publish them on Twitter account svetlyak40wt.
# trivial-string-template [https://40ants.com/lisp-project-of-the-day/2020/08/0163-trivial-string-template.html](https://40ants.com/lisp-project-of-the-day/2020/08/0163-trivial-string-template.html)
# shuffletron [https://40ants.com/lisp-project-of-the-day/2020/08/0162-shuffletron.html](https://40ants.com/lisp-project-of-the-day/2020/08/0162-shuffletron.html)
# cl-stream [https://40ants.com/lisp-project-of-the-day/2020/08/0149-cl-stream.html](https://40ants.com/lisp-project-of-the-day/2020/08/0149-cl-stream.html)
# log4cl-extras [https://40ants.com/lisp-project-of-the-day/2020/07/0136-log4cl-extras.html](https://40ants.com/lisp-project-of-the-day/2020/07/0136-log4cl-extras.html)
# with-output-to-stream [https://40ants.com/lisp-project-of-the-day/2020/07/0126-with-output-to-stream.html](https://40ants.com/lisp-project-of-the-day/2020/07/0126-with-output-to-stream.html)
# clack-errors [https://40ants.com/lisp-project-of-the-day/2020/06/0114-clack-errors.html](https://40ants.com/lisp-project-of-the-day/2020/06/0114-clack-errors.html)
Hello, FYI this code: ``` (defun smile->unicode (text) (arrows:->> text (str:replace-all ":)" "๐") (str:replace-all ":|" "๐คจ") (str:replace-all ":(" "๐ฅบ"))) ``` can now use `str:replace-using` for multi-replacement: ``` (defun smile->unicode (text)...
# lack-middleware-mount [https://40ants.com/lisp-project-of-the-day/2020/06/0109-lack-middleware-mount.html](https://40ants.com/lisp-project-of-the-day/2020/06/0109-lack-middleware-mount.html)
# lack-middleware-accesslog [https://40ants.com/lisp-project-of-the-day/2020/06/0106-lack-middleware-accesslog.html](https://40ants.com/lisp-project-of-the-day/2020/06/0106-lack-middleware-accesslog.html)
lime
# lime [https://40ants.com/lisp-project-of-the-day/2020/06/0092-lime.html](https://40ants.com/lisp-project-of-the-day/2020/06/0092-lime.html)