IRC channel logs

2018-01-29.log

back to list of logs

***daviid is now known as Guest50940
***Guest50940 is now known as daviid
<Apteryx>hello! Does http-get support https (TLS) in Guile 2.0?
<Apteryx>So far I'm getting this: 400 The plain HTTP request was sent to HTTPS port when using 'http-get' inside a mcron job which uses Guile 2.0.
<Apteryx>comparing the info manuals of 2.0 vs 2.2, it seems HTTPS came later than 2.0.
<ecraven>should (exit 0) actually exit the guile process? it seems to hang until I enter C-d
<ecraven>guile 2.2.3
***webshinra_ is now known as webshinra
<OrangeShark>manumanumanu: in C, 0 is false while 1 is true, check out stdbool.h. You are thinking of unix, where 0 means success and anything else an error.
<jlicht>is there a general guideline on when to use hash-tables vs alists?
<lloda>jlicht: alists cost O(n) to look up. If that's not fast enough (likely for a big list), use a hash table
<dsmith-work>{appropriate time} Greetings, Guilers
<jlicht>thanks lloda. That makes sense then :-).
<wingod>hey guys
<wingod>i'm going to start learning scheme
<wingod>and i wanted to know if you can tell me what edge guile gives over other implementations
<cmaloney>wingo: Did you just fork a daemon process? :)
<dsmith-work>One that doesn't know scheme?
<cmaloney>Apparently it knew of IRC but not scheme
<ArneBab>sneek: later tell wingod: there’s a great post about the different schemes in the wingolog: https://wingolog.org/archives/2013/01/07/an-opinionated-guide-to-scheme-implementations
<sneek>Got it.
<ArneBab>sneek: botsnack
<sneek>:)
<dustyweb>hehe
<dustyweb>wingod
<ft>:)
<dsmith-work>Maybe wingo spawned a sub-process? (had a baby)
<dsmith-work>wingo: You got kid(s) yet?
<OrangeShark>ArneBab: I opened up a pull request for with-guise-and-guile. Fixed a typo I had in my article
<spk121>Hi. Are local-eval environments and module environments the same thing underneath? Is one implemented in terms of the other?
***spk121_ is now known as spk121
<civodul>wingo: it seems my code occasionally gets stuck in schedule-task-when-fd-readable: https://paste.debian.net/1007891/
***spk121_ is now known as spk121
<ArneBab>OrangeShark: thank you!
<ArneBab>OrangeShark: it’s updated: http://www.draketo.de/proj/with-guise-and-guile/guile-projects-with-autotools.html