<daviid>for info, I've just pushed a series of patch to grip, among them a new grip-clutter example, drag ***karswell` is now known as karswell
<nalaginrut>rjmacready: websocket is delayed to 0.2+, we need a new server core first <nalaginrut>davexunit: thanks! I could go to bed finally ;-P <davexunit>nalaginrut: consider posting to reddit's r/guile subreddit, too <davexunit>I'd like to see that subreddit get more action <nalaginrut>rjmacready: the server core still need some research, based on queue theory <nalaginrut>davexunit: alright, I didn't know there's r/guile <nalaginrut>"you are doing that too much. try again in 9 minutes." <rjmacready>nalaginrut: what's wrong with some good ol' "fork and forget about it" ? :o) <nalaginrut>rjmacready: even the current server core (guile inner server) is better than fork one <nalaginrut>it's a great topic, I may post articles on my blog, we can't discuss it here in few minutes rjmacready <rjmacready>nalaginrut: nice! will save me from hearing my tinfoil hat :) <nalaginrut>rjmacready: I have some posts for beginners for learning Guile <nalaginrut>I promised my wife to sleep before 00:00, and I failed <davexunit>well, I tried rebuilding Sly with Guile master, which worked. then I ran an example program and got a segfault. <davexunit>wingo: I've got a weird issue with guile master and I'm curious if you can reproduce. very simple steps, at the REPL, do the following: <davexunit>ERROR: ERROR: In procedure private-lookup: No variable bound to u32vector-set! in module (guile) <davexunit>I double checked that u32vector-set! is exported from (srfi srfi-4) and indeed it is <davexunit>wingo: the other odd thing is that if you ",apropos u32vector" you'll see u32vector-set! in the output!