IRC channel logs

2017-07-07.log

back to list of logs

<Snaggle>Is the install of guild in guile2.2 supposed to ignore the —program-transform-name configure flag? Or is—program-suffix the more preferred flag to version the installed executables? guile, guile-config, guile-snarf and guile-tools all are versioned with —program-transform-name, but guild is not.
<dsmith-work>Happy Friday, Guilers!!
<OrangeShark>happy friday
<ArneBab>happy friday!
<cmaloney>happy day-you-wish-to-celebrate
<cmaloney>Is there a list of projects that use scheme / guile under the hood?
<cmaloney>I'm seeing guix as the biggie
<ArneBab>cmaloney: there’s also lilypond
<ArneBab>cmaloney: the main site list a few: https://www.gnu.org/software/guile/
<cmaloney>kk. I'm doing a presentation for my local users group and wanted to highlight some (all?) of the projects that use guile.
<ArneBab>Guix, Gnu Cash, Lepton-EDA, GDB
<cmaloney> https://github.com/craigmaloney/scheme_guile_racket
<ArneBab>direct link to the list: http://www.gnu.org/s/guile#apps-using-guile
<daviid>cmaloney: guile-cv is not yet on the above list, but here: http://www.gnu.org/software/guile-cv/index.html
<ArneBab>woah, great imagery!
<cmaloney>kk. WAsn't sure if there were some tha slipped through the cracks
<cmaloney>ArneBab: Thanks. That's from Pepper & Carrot (http://peppercarrot.com)
<ArneBab>that’s awesome — I so want to re-use that!
<ArneBab>→ goes on my reading list
<cmaloney>tells the tale of me learning JavaScript and finding that Scheme is the forefather of JavaScript
<cmaloney>You can; it's CC-BY
<ArneBab>and translated!
<cmaloney>the whole comic. :)
<ArneBab>I can show it to my children, and my son can actually read it!
<ArneBab>thank you!
<cmaloney>You're welcome. :)
<dsmith-work>apt-cache rdepends guile-2.0-libs | wc -l
<dsmith-work>49
<dsmith-work>That's not an accurate number though.
<OrangeShark>what is a good way to represent flags in guile, like for a C function, would that just be a list of symbols?
<davexunit>OrangeShark: yeah, that is a good way
<davexunit>I do that in several places.
<davexunit>then I map the symbols to integers that correspond to the bit flags in C, then OR them together
<OrangeShark>davexunit: thanks
<xyh>kill -SEGV guile ==> “guile” terminated by signal SIGSEGV (Address boundary error)
<xyh>kill -SEGV chez :: http://fars.ee/vT_s
<xyh>kill -SEGV sbcl :: http://fars.ee/ba76
<xyh>guile does not have debug repl ?
<joolean>Debian newbie question - I'd like to try out rlb's provisional 2.2 package (https://ftp-master.debian.org/new/guile-2.2_2.2.2+1-1.html). Is there a way I can get my hands on it?