IRC channel logs

2014-03-29.log

back to list of logs

***unknown_lamer is now known as u_l-lap
***u_l-lap is now known as unknown_lamer
<zacts>lo
<zacts>evening
<zacts>I'm at a pancake house
<zacts>drinking coffee and learning about data abstraction concepts.
<zacts>abstract coffee hour? :p
<zacts>I'm seriously done channel flooding #emacs. I'm in the mood for technical conversation.
<zacts>that will get me to rest more..
<zacts>perhaps #scheme
<zacts>are there any guile audio libraries?
<zacts>not lilypond, I mean for audio synth..
<saul>zacts, there is the SND module.
<zacts>saul: oh cool, I'll have to check it out.
<saul> https://ccrma.stanford.edu/software/snd/snd/sndscm.html
<zacts>I would love to make a guile-scheme wrapper around ChucK
<civodul>Hello Guilers!
<artyom-poptsov>Hi civodul
<mark_weaver>civodul: on guile-devel, rlb asked why libguile-2.0.so.22.7.2-gdb.scm is in /usr/lib, and pointed out the errors that 'ldconfig prints. would you like to respond?
<mark_weaver>(I must say, I think that gdb should look somewhere else for those files)
<mark_weaver>well, or maybe ldconfig needs to be more tolerant.
<civodul>mark_weaver: ok, lemme see
<mark_weaver>thanks!
<adamsonj>hola amigos
<adamsonj>gnunet_bot: who are yoooooooooou?
<adamsonj>I need to cite the guile manul for a scholarly document
<adamsonj>Anything special I need to know?
<ijp>we don't have a handy bibtex thing, I guess use your best judgement
<adamsonj>GSL has a format they recommend.
<adamsonj>I guess I wanted to check to see who the author should be
<adamsonj>Using "Free Software Foundation" in the main text is a bit awkward, but okay
<ijp>I think the dead tree version just uses "guile contributors" or somesuch as the author
<adamsonj>R has their "Core Development Team"
<adamsonj>that has a certain ring to it ;)
<ijp>if civodul comes back on, he may have a recommendation
<adamsonj>Guile Contributors. GNU Guile Reference Manual. 2.0.9 ed. Boston, MA: Free Software Foundation, 2013. http://www.gnu.org/software/guile/manual/.
<adamsonj>
<adamsonj>I'll put the bibtex on pastebin
<adamsonj> http://pastebin.com/Ptz5M06L
*davexunit is trying to write a plugin system for guile-2d
<guest`>(use-modules(system base compile))(call-with-input-string"++++++++++[>+++++++<-]>++."(lambda(port)(read-and-compile port #:from 'brainfuck #:to 'value)))(newline) outputs H, if I replace 'value with 'scheme and execute the code it outputs A with guile 2.0.11