IRC channel logs

2021-09-06.log

back to list of logs

<wingo>moin
<civodul>hi!
<tohoyn>hello
***dekenevs is now known as kitzman
<civodul>hmm syntax-parameterize has a "(let () ...)" effect on macro output
<muradm>hi guile, i'm trying to wrap my head around generating sexp expressions on the fly and holding them in variable
<muradm>suppose simple (string-append "a" "b")
<muradm>i want to be able to hold that in variable like (define exp1 `(,'string-append "a" "b"))
<muradm>whould it be correct form?
<muradm>so that now i can call (eval exp1 ..)
<vijaymarupudi>You probably want (define exp1 '(string-append "a" "b"))
<vijaymarupudi>You have some unnecessary quoting in your form
<muradm>hmm.. overthinked then.. :) thanks
<vijaymarupudi>:)
<stis>Hi guilers!
***sneek_ is now known as sneek
<maximed>How would I announce a new guile library? Send a mail to guile-user@gnu.org?
<lilyp>Mention it in passing in the IRC :P
<lilyp>It seems people do use guile-user for advertisement, so if that's what you want to do, do it :)
<maximed>Ok, I'll do that
<maximed>it will take some time before it's ready though
<maximed>Or go to https://notabug.org/maximed/scheme-gnunet for a preview
<maximed>(I know about guile-gnunet, but found it a bit inconvenient to use)
<hugo>maximed: You seem to be offline, but I have announced it both here and in the guile-users mailing list, and it was well recieved in both places