IRC channel logs
2014-12-30.log
back to list of logs
<davexunit>ugh, there are no good javascript minifiers written in C. I want to minify javascript for a guile web application, but all the minifiers require nodejs or java. <zacts>is there any known way to speed up the GUILEC build times during a guile build? <zacts>I'm hoping it won't take much longer <nalaginrut>zacts: that depends on the optimization of Guile, I don't think there's easy answer ;-) *davexunit thinks about writing a patch review application in guile *davexunit tosses idea into the TODO tar pit *nalaginrut is considering a guildhall package review site... <davexunit>I hate pull requests a la github because they encourage unclean patch sets full of "fix typo" commits or using git push --force to force the new patch set. <davexunit>reviewing patch sets on mailing lists is better, but you miss out on a better user experience. <davexunit>gerrit is a possibility, but I don't like what I've seen. <sneek>From what I understand, sneek is a good boy <ft>I'd like both. If I can't see a diff in the mail the system sends to me, that's useless to me. <dsmith-work>Ya, the bot has a sloppy nick matcher. "seen" looks like "sneek" to it. <dsmith-work>Probably shouldn't apply that when addressing the bot. <sjoerd`>Is there a way to create a type in Guile without creating a smob? <davexunit>sjoerd`: you seem to be implying that you are writing C code. is that right? <sjoerd`>Well, actually, I want to move it out of the C code <davexunit>in scheme, we use the define-record-type macro in (srfi srfi-9) to create new types <sjoerd`>Thanks, I was bending my mind in the wrong direction, that's exactly what I am looking for <rekado>huh, neither gnutls nor gnutls-devel on Fedora 21 seem to contain the guile bindings. <rekado>mark_weaver: I will try to confirm this and file a bug there.