mastodon.sdf.org is part of the decentralized social network powered by Mastodon.
"I appreciate SDF but it's a general-purpose server and the name doesn't make it obvious that it's about art." - Eugen Rochko

Administered by:

Server stats:

2.4K
active users

Learn more

screwlisp


I put a subsystem in our new communal codeberg.org/j9000/lispusers/s monorepo for doing this:
git clone git@codeberg.org:j9000/lispusers
rlwrap ecl
(asdf:load-system :lispusers/tfw/low/ansi)
(format t "~/ansi:256-color/" 141) ; sets foreground to pale lilac
(format t "~:/ansi:256-color/" 142) ; sets background sickly snot-colored tbh
(format t "~/ansi:escape/" 5) ; sets blink
(princ 'hi)
(format t "~/ansi:escape/" 0) ; unsets all

Please merge request yourself to the repo too!

lispusers

lispusers common-lisp group monorepo using package-inferred-system…

Codeberg.org