<taiju>If I want to use guile-dbi, do I need to use guile 2.x? <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? <drakonis>gabber: i dont think that's an option yet <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 <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