IRC channel logs

2021-11-29.log

back to list of logs

***mab is now known as bandali
***roptat is now known as Guest1860
***Guest1860 is now known as roptat
***roptat is now known as roptat_
***roptat_ is now known as roptat
<dsmith-work>Monday Greetings, Guilers
<dsmith-work>!uptime
<sneek>I've been running for 25 days
<sneek>This system has been up 18 weeks, 4 days, 23 hours, 35 minutes
<dsmith-work>sneek: botsnack
<sneek>:)
<lloda>say f is a value from (pointer->procedure ...). (help f) fails with
<lloda>In procedure primitive-call-ip: Wrong type argument in position 1 (expecting PRIMITIVE_P): #<procedure ...>
<lloda>looking around a bit I see that (program-arguments-alists f) works but (program-arguments-alist f) returns that error
<lloda>not sure what the problem is :-
<lloda>:-\
***rgherdt_ is now known as rgherdt
<sneek>dsmith-work: wb!!
<ArneBab>Ice-9! https://en.wikipedia.org/wiki/Ice_IX :-)
<ArneBab>sneek: later tell KEOVVT: if you install via guix, just call wisp.
<sneek>Will do.
<ArneBab>(that opens the wisp REPL)
<ArneBab>You’ll notice how annoying it is to type enter three times to execute the previous block.
<ArneBab>To fix that, wisp allows ending a block with " .\n" (space period enter). Basically end the block with a period.
<ArneBab>It’s the same in regular code (outside the REPL) because Python taught me the hard way that any difference between REPL and code file comes back to bite you later.