#lispygopherclimate https://archives.anonradio.net/202501220000_screwtape.mp3 #archive
#ClimateCrisis haiku/wildfires by @kentpitman
Electric (guitar) #music by @ksaj, community message from @TheGibson
Arrokoth #McClim Graphical adventure Game creation system #lisp
by five decade #gamedev veteran @mdhughes
#NUD #codegolf / adopting Arrokoth
@baruchel #lisp destructive permutation
#mastobook club - Snow crash
#livechat in #lambdaMOO
telnet lambda.moo.mud.org 8888
co guest
@join screwtape
Specific #links.
https://netsettlement.blogspot.com/
https://infosec.exchange/@ksaj/113865132123204551
https://hackers.town/@thegibson/113867641067450041
#gamedev
https://mdhughes.tech/software/arrokoth/
https://gitlab.com/mdhughes/arrokoth
My #NUDgolf.
https://codeberg.org/tfw/nud
https://lispy-gopher-show.itch.io/lispmoo2/devlog/872152/nud-golf-2-more-nconc
A destructuctive permutation in #lisp
https://git.univ-pau.fr/tbaruchel/numerical-routines/-/snippets/5
@kentpitman @ksaj @TheGibson @mdhughes @baruchel @nosrednayduj @ratxue @hairylarry
Thanks everyone! Sorry for the disaster episode. And we didn't get to the book club; next week when yduJ is back, I guess!
https://archives.anonradio.net/202501220000_screwtape.mp3 #podcast
@kentpitman @ksaj @TheGibson @mdhughes @baruchel @nosrednayduj @ratxue @hairylarry
ah, the episode really was not as coherent as one might hope
@kentpitman @ksaj @TheGibson @mdhughes @baruchel @nosrednayduj @ratxue @hairylarry
@screwtape @kentpitman @ksaj @TheGibson @mdhughes @baruchel @nosrednayduj @ratxue @hairylarry
Although you weren't talking to *me*, for the record, I enjoyed today's episode, and wouldn't call it a disaster, even though it wasn't up to your own high standards.
(I thought I posted something along those lines hours ago, but apparently I sent it to the bit bucket in sky somehow)
@dougmerritt
Thanks and thanks for your advice on cursors in NUD. I had been imagining doing this to find cursors:
CL-USER> '(#:foo #:bar #:cursor #:baz)
(#:FOO #:BAR #:CURSOR #:BAZ)
CL-USER> (find 'cursor * :key 'symbol-name :Test 'string=)
#CURSOR
perhaps with multiple uninterned cursors, which is why I had the funny cursor symbols actually swapping their way through conses but then I realised I can just do
@kentpitman @ksaj @TheGibson @mdhughes @baruchel @nosrednayduj @ratxue @hairylarry
@dougmerritt
CL-USER> '(#:foo #:bar #:cursor #:baz)
(#:FOO #:BAR #:CURSOR #:BAZ)
CL-USER> (cdr *)
(#:BAR #:CURSOR #:BAZ)
CL-USER> (search * **)
1
in the first place to find cursors that are just specific conses - no need for named symbols
@kentpitman @ksaj @TheGibson @mdhughes @baruchel @nosrednayduj @ratxue @hairylarry
@screwtape @kentpitman @TheGibson @mdhughes @baruchel @nosrednayduj @ratxue @hairylarry You missed an opportunity to say: You're supposed to crank it to 11.