IRC channel logs

2019-12-22.log

back to list of logs

***oxford is now known as cantstanya
<peanutbutterandc>Good morning, there. I wonder if anyone has managed to run my guile-tutorial C code from yesterday and/or find the problem with it: https://termbin.com/3iy3 ?
<peanutbutterandc>The tutorial: https://www.gnu.org/software/guile/docs/guile-tut/tutorial.html The problem: It compiles without errors but doesn't show any graph while running (no stdout stderr, $? = 0)
<peanutbutterandc>I see. turtle_reset() after start_gnuplot() is the culprit!
<peanutbutterandc>s/turtle/tortoise/
<peanutbutterandc>For some reason, I am unable to `pkg-config --cflags --libs libguile` Any help, please?
<peanutbutterandc>Nevermind, it's apparently `pkg-config --cflags --libs guile-2.2`
<manumanumanu>What the flying friggindoodle?! string-ci= and string-ci=? behaves differently in srfi-69 hashtables
<manumanumanu>aaaah. srfi-69 detects string-ci=? but not string-ci= and chooses a hash
<manumanumanu>dang.
<manumanumanu>RTFM :D
<manumanumanu>My first guile patch(es) submitted! I am actually quite proud.
<zig``>o/
<zig``>wingo: seems like you are correct about the ffi slowing down my program. Also, the JIT kicks in, that is in small database files it 5 times slower but on bigger it is 3 times slower (only)
<zig``>maybe it is time to add ffi to the benchmark cc ecraven ;)