IRC channel logs

2022-04-22.log

back to list of logs

<chrislck>sneek: botsnack
<sneek>:)
<sneek>Welcome back chrislck
<stis>Tjaba guilers!
<abralek>o/
<chrislck>sneek: botsnack
<sneek>:)
<taiju>Hi,
<taiju>If I want to use guile-dbi, do I need to use guile 2.x?
<dsmith-work>Happy Friday, Guilers!!
<sneek>Welcome back chrislck :)
<spk121>dsmith-work: happy friday, working on anything fun these days?
***karlosz_ is now known as karlosz
<gabber>when i finish an interactive REPL driven programming session, how do i save the machine's environment?
<sneek>gabber, you have 1 message!
<sneek>gabber, mwette says: see https://github.com/mwette/guile-jtd/blob/main/jtd.scm#L242, but it can't access boxed locals
<gabber>sneek: botsnack
<sneek>:)
<drakonis>gabber: i dont think that's an option yet
<drakonis>guile doesn't save images
<lilyp>notebooks are a terrible way of distributing code
<lampilelo>that reminds me about how when i was a student at a university they had us write code on paper during tests and i came to class hangovered and wrote definitely incorrect code and got an A because the person who checked it didn't know the exactly correct syntax by heart either, i knew it at least looked roughly correct but wasn't
<lilyp>roughly correct is the best form of correct
<stis>100M hash lookups/s 6X faster than CPython
<lampilelo>stis: do you have benchmarks on other stuff too?
<dsmith-work>spk121: Writing a kernel driver for a toshiba parallel to sci-2 video chip. Got the first two boards up today. Can't talk to the chip yet though.
<stis>lampilelo: working on it
<lampilelo>stis: i wonder how much can you push it
<gabber>is it possible to get a source string from a procedure? when/how does `procedure-source` not return #f ?
<singpolyma>gabber: procedure-source is mostly historical right now. It only works when nothing has been compiled IIRC