@mdhughes do you mind if I turn https://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.
@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)
ಠ_ಠ
@screwtape @mdhughes
Teleport 1,1
*BAMF*
@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