IRC channel logs

2018-01-17.log

back to list of logs

<manumanumanu>My low level bindings for libsodium are soon completed :)
<manumanumanu>guile-only bindings, so no compiling required
<manumanumanu>I will have to spend some time verifying test vectors, but I am really looking forward to writing a higher level interface
<wingo> https://wingolog.org/archives/2018/01/17/instruction-explosion-in-guile
<manumanumanu>wingo: Sweet! I am sorry I am too stupid to contribute anything else than a bit of ecosystem to guile :-P
<dsmith-work>Hey Hi Howdy, Guilers
<amz3>o/
<OrangeShark>hello everyone
<catonano>OrangeShark: hello
<ArneBab>cmaloney: ☺
<ArneBab>wingo: new reading material - describing how Guile got much better; win! + win! THANK YOU!
<vivien_>Hello, I am trying to build a list in a piece of C code. I know I can iteratively call scm_cons, but what should I use for the default empty list value? Is there a constant like SCM_BOOL_F? I thought the best place to find this information was here: https://www.gnu.org/software/guile/manual/html_node/List-Constructors.html#List-Constructors
<vivien_>Should I use NULL? scm_list_n (SCM_UNDEFINED)?
<vivien_>Well, that was in fact easy: https://www.gnu.org/software/guile/manual/html_node/Immediate-objects.html => SCM_EOL