IRC channel logs

2016-05-28.log

back to list of logs

<galex-713>davexunit: even in a local manner? with let-syntax and let?
<galex-713>Oh wait, yes
<galex-713>Ok, I see why it’s complex
<dsmith-work>!uptime
<sneek> 18:18:05 up 73 days, 6:34, 0 users, load average: 0.00, 0.01, 0.05
<sneek> 18:40:46 up 73 days, 6:57, 0 users, load average: 0.00, 0.01, 0.05
<sneek>ACTION giggles
<sneek>ACTION yawns
<dsmith-work>testing
<sneek>dsmith-work: A snack?
<dsmith-work>sneek: botsnack
<sneek>:)
***daviid is now known as Guest14454
***daviid is now known as Guest49502
***daviid` is now known as daviid
***jyc__ is now known as jyc_
<spk121>pray for me as I attempt to compile guile from source on cygwin
<random-nick>spk121: guile 2.0.11, 2.1 or master?
<spk121>2.0.11
<janneke>spk121: may you be happy and well
<spk121>alas, I was defeated.
<random-nick>:(
<janneke>spk121: fear not, patches to cross-build guile.exe to mingw are already available for Guix
<spk121>janneke: I'll have to check that out.
<spk121>and someday, if I get motivated, I'll have to file more cygwin patches to gnulib
<janneke>spk121: note that patches have not been merged yet, working on that
<Walakea>can Guile be considered a general-purpose language?
<random-nick>yes
<random-nick>but its primary aim is extensions
<ijp>I don't really see that as being true any more
<ijp>right now it's in the uncomfortable schizophrenic void between the two
<Walakea>i have come across this site: http://www.draketo.de/proj/py2guile/
<random-nick>ijp: holyc is schizophrenic
<Walakea>and i wonder how much can Guile be similar to Python
<random-nick>Walakea: there are a plenty of similarities in language features
<Walakea>what about runtime speed?
<random-nick>guile might have better runtime speed than python
<ijp>I don't see guile and python as being very similar
<random-nick>or at least the reference python implementation
<janneke>for me, python and guile are pretty similar, and moving on from python to guile feels like a very natural step
<random-nick>ijp: there are a few elements, like functions as values, closures, dictionary type(s)...
<random-nick>ijp: also python programmers often use list processing
<ijp>python lists aren't lists
<random-nick>they are dynamically resizing vectors
<ijp>but if you are going to be that liberal, then you can say basically any language is pretty similar to guile
<ijp>for homework, we can go away and define a topology on programming languages, encapsulating our ideas of closeness
<janneke>similarity is in the eye of the beholder
<galex-713>ijp: no, not C :o