Spyke

Posts

ASDF 3.1+ :package-inferred-system p

On my show this week I am looking at a few people's Common Lisp mathematical packages (including mine).

So far, I am the only one I am seeing using :package-inferred-system . François-René Rideau 's style guide https://github.com/fare/asdf/blob/master/doc/best_practices.md#package_inferred simply echoes the ASDF manual on it (or vice versa) as a thing you could do.

The practical difference I have found is recompiling and reloading changed files within one lisp image using :force t

(asdf:operate 'asdf:load-op "my-system/src/changed-package-file" :force t)

Instead of restarting my lisp. (without force, an already loaded package won't be recompiled and reloaded, it will just be left alone)

To some extent it is also an encouragement to use the feature rich uiop:define-package and corrollary support for understanding dependencies between files/packages in a given asdf system, though uiop:define-package can be subbed for 'defpackage without using :package-inferred-system .

What's your call / experience here ?

View original on lemmy.sdf.org
anonradio·aNONradiobyscrewtape

Lispy Gopher Show notes for Tuesday (Wednesday 21 June 0000UTC)

Hi everyone! This is my first attempt at lemmying. Normally every week some hours before my https://anonradio.net/ show, I produce a mastodon toot of topics and hyperlinks. This week I will try doing that here on the lemmy (and much earlier - this is the thread) !

IMPORTANT LEMMYS:

lisp community https://lemmy.sdf.org/c/lisp

De facto per gopherhole threads https://lemmy.sdf.org/c/gopher

SHOW TOPICS

Seeking suggestions and commentary for this week's show and about using lemmy, which I am new to !

Footnotes: Show art by @[email protected] !

gopher://gopher.club/1/users/screwtape https://gopher.floodgap.com/gopher/gw.lite?=gopher.club+70+312f75736572732f7363726577746170652f

https://archives.anonradio.net/#screwtape

Mastodon toot/discussion linking here: https://mastodon.sdf.org/@screwtape/110563159689040438

View original on lemmy.sdf.org

You reached the end