Skip Navigation
Lispy GOPHER show

Every week Wednesday 000UTC (so 19 hours from now) I do an aNONradio show about lisp and the gopher !

This week my gopher oriented topic is mainly old computer challenge final phosts,

but if you know a good gopher topic I should mention, please share it here !

Mastodon toot: https://mastodon.sdf.org/@screwtape/110733226063800243

0
Common Lisp Formatted Output
mastodon.sdf.org screwlisp (@screwtape@mastodon.sdf.org)

@nil@functional.cafe For silly example (not demonstrating pretty printing indentation levels and line width though) (uiop:define-package :fmt (:export escape eg)) (in-package :fmt) (defun +escape+ (stream arg &rest unused) (declare (ignore arg unused)) (format stream "~a[~dm" #\escape arg)) (defu...

screwlisp (@screwtape@mastodon.sdf.org)

I do use code like I tooted there. Hex UTF-8 ~aesthetic, ~<Indentation levels~>, c\@(\s~)ses, READ~s, {iteration^ ~}, conditional:[s], word/numbers, ~/function:calls/, goto (~*well they're not all boring). Links or lemmy-replies (leplies?) to formatted output controls?

0
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 ?

0
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

  • Peoples' mathematical packages in Common Lisp?

    • @rwxrwxrwx@mathstodon.xyz Juan M. Bello-Rivas
      • https://sr.ht/~jmbr/cl-buchberger/ for example !
    • Carlos Ungil's usual-suspects deep learning FFIS
      • https://gitlab.common-lisp.net/users/cungil/projects
  • My binary hopfield net lisp package

    • gopher://tilde.institute/1/~screwtape/binry-hop/
    • https://gopher.floodgap.com/gopher/gw.lite?=tilde.institute+70+312f7e7363726577746170652f62696e72792d686f702f
    • on Setting Up New ASDF Common Lisp projects
  • Old computer challenge preparations !

  • Christy's June 5 questions !

    • gopher://gopher.club/1/users/christyotwisty/
    • https://gopher.floodgap.com/gopher/gw.lite?=sdf.org+70+302f75736572732f636872697374796f7477697374792f70686c6f672f323032332d4a756e652d466976652d5175657374696f6e732e747874
  • and I would like to go read lots of other gophers this week.

  • I didn't sort out music yet. Ancrsprk? Or... You? (Me?)

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

Footnotes: Show art by @prahou@bsd.network !

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

0
screwtape screwtape @lemmy.sdf.org

gopher://gopher.club/1/users/screwtape

https://mastodon.sdf.org/@screwtape

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

art from @prahou@bsd.network

Posts 4
Comments 0
Moderates