<rain1>what is happening with guile-cairo? <rain1>did wingo become the maintainer? <rain1>why does -l respect ~/.guile but -s doesn't? <mark_weaver>iirc, ~/.guile is only loaded when starting the REPL <rain1>maybe I should be using an environment variable to add to the guile load path rather than ~/.guile <rain1>How do I re-export a symbol? when defining my own module <rain1>oh there's an extra option #:re-export but it's strange #:export doesn't work <rain1>and I was wondering what #: is? <mark_weaver>#: introduces a *keyword*, which is similar to a symbol but self-evaluating. <mark_weaver>i.e. a symbol will evaluate to a variable lookup, but a keyword evaluates to itself without being quoted. <artyom-poptsov>ACTION just updated Guile-SSH 'master' branch with patches to make it work with libssh 0.7.3 <artyom-poptsov>Hello everybody. I'd appreciate if somebody could test Guile-SSH 'master' with libssh 0.7.3 on his/her beloved GNU/Linux distribution. <artyom-poptsov>Tests on Gentoo and Arch GNU/Linux seem to run flawlessly though. <mark_weaver>artyom-poptsov: on GuixSD on i686 with libssh 0.7.3, Guile-SSH master fails its test suite. I see: <mark_weaver>../build-aux/test-driver: line 107: 13092 Segmentation fault "$@" > $log_file 2>&1 <mark_weaver>artyom-poptsov: if you have a working copy of Guix on either x86_64 or i686, I can send you a recipe to reproduce this. <nalaginrut>mark_weaver: hi mark, is there still problem with the errno patch? I've tested your fixed version, it good enough for me. Do you think it's proper to merge it now? ;-) <ozzloy>how do i notify, or is it in git? could i write a patch and send it to someone? <jmd>I have an alist in a file. What's the easiest way to read it an associate that alist with a symbol? <wingo>(define my-alist (call-with-input-file "foo.txt" read)) <ozzloy>it seems like guile and racket are very similar. is that because they're both schemes, or is there overlap in people working on them <ozzloy>how do i get a list of skribilo modules? <wingo>ozzloy: b/c they're both schemes. some user overlap but not much developer overlap ***Korhonen is now known as Bobbejaantje
<nalaginrut>wingo: it seems that 2.1.2 introduced a bug to add a strange postfix while I'm calling datum->syntax <nalaginrut>wingo: I'm still finding a way how to reproduce it simply <rain1>Unbound variable: ((#{ g415}#) take #f) <rain1>how may I interpret this error message? <rain1>its from using the guile repl inside emacs (geiser mode) <rain1>if I just use the command line I get a different error <rain1>I wonder if I broke my guile because this program worked before <rain1>oh i think its working now after i updated <rain1>Is there a way i could define #s and #u to be my own values? <amz`>IIRC, # is an escape sequence of some sort in Guile, so no. but why would do that, anyway? <davexunit>has anyone ever made some kind of custom allocator in guile or any other gc'd language? <sneek>davexunit, you have 1 message. <davexunit>I have a problem that traditionally could be solved with an object pool, but I cannot sacrifice purely functional semantics in doing so. <davexunit>paroneayea: hehe good timing. I was just checking lwn and saw this. will read. <davexunit>paroneayea: holy crap. the answer to "who cleans up zombie processes in a Docker container" is "kill it and restart" <rain1>docker is annoying, you can't run it inside a container <davexunit>guess this conversation should get moved to #guix <davexunit>amz`: yes, but I don't really understand it. <stis>hey rain1, thanks for the bug report. <rain1>i've been tinkering more :) if you're interested/not busy i'll pm you <amz`>I think gnu has gitlab instance, do you know where it is? ***dje is now known as xdje
<davexunit>from my searches for "gnu guile" on twitter, I find that the Japanese are among the most interested in Guile. <paroneayea>davexunit: are they interested in guile the language? <daviid>this link is broken [Guile's web site] ftp://alpha.gnu.org/gnu/guile/ <mark_weaver>daviid: FWIW, I have no problem accessing ftp://alpha.gnu.org/gnu/guile/