mathstodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for maths people. We have LaTeX rendering in the web interface!

Server stats:

3K
active users

@mdhughes do you mind if I turn gitlab.com/mdhughes/arrokoth into an ASDF system? I.e. so it would be loaded by
$ sbcl
> (asdf:load-system :arrokoth)
rather than by regular LOAD.

GitLabMark Damon Hughes / arrokoth · GitLabGraphical adventure game creation system, in SBCL Lisp and McCLIM.
DougMerritt (log😅 = 💧log😄)

@screwtape @mdhughes
So asdf has gotten to the point where all the cool kids use it now? :)

Also how about a shortcut for (asdf:load-system :arrokoth)
ಠ_ಠ

@dougmerritt
I mean, I'm pretty sure load-system /is/ the shortcut for
(asdf:operate 'asdf:load-op :my-system)

Every compiler includes it, it lets me mix instead of use, so the most recent definition automatically shadows the previous one(s), it lets me re/load targetted files, and I vaguely feel like files aren't real while using :class :package-inferred-system
@mdhughes