IRC channel logs

2020-12-24.log

back to list of logs

<surpador>Anybody else here been doing Advent of Code? In case anyone else is working on it this year/interested/has Scheme style pointers, here are my Guile Scheme solutions so far: https://github.com/jakeleporte/advent-of-code-2020/ I'm a bit behind but most of them are there!
<ruffni>u huh.. so is there some kind of graphics library in guile ready for such a thing?
<daviid>ruffni: as rekado_ mentioned, but here is the link https://elephly.net/posts/2018-09-01-guile-picture-language.html
<daviid>ruffni: if you need dynamic graphics, you might wana look at Chickadee, https://dthompson.us/projects/chickadee.html
<daviid>ruffni: or clutter, we have guile-clutter - a bit old but I wrote some examples, here https://www.nongnu.org/grip/learn.html - Grip Clutter Examples - and I should port all those examples using G-Golf, both using the clutter typelib, then using gtk4 (gsk4) - but if anyone beats me, I'd be very happy :):)
<daviid>ruffni: if you also need image processing, which you may combine with the above, you should consider aiscm and/or guile-cv
<daviid>ruffni: here is aiscm - http://wedesoft.github.io/aiscm/, here is guile-cv - https://www.gnu.org/software/guile-cv/
<tohoyn>sneek: botsnack
<sneek>:)
<tohoyn>Hyvää joulua - Merry Christmas!
***rekado_ is now known as rekado
<rekado>ruffni: the code for the picture language: https://git.elephly.net/gitweb.cgi?p=software/guile-picture-language.git
***apteryx_ is now known as apteryx
<ruffni>nice! thank you all for those links! i'll look into those libs!
***karlosz_ is now known as karlosz
<mwnaylor> /leave
<rlb>is there some reason, aside from "no one's gotten to it yet", that we don't have mkdtemp?