IRC channel logs

2024-12-16.log

back to list of logs

<lechner>ArneBab / dpk / Hi, I'm an eager contributor in many places, but my first foray into syntax-* might not make me the best candidate for that edit
<lechner>Hi, can this macro become a procedure? https://bpa.st/WQ7Q
<lloda>you can write a function (with-selections alist keys f) where f is (lambda (key ...) bodies ...) but you'd have to take care to line up keys with key ...
<lechner>lloda / okay, thanks!
<lechner>lloda / Hi, is your nick a pun on the character from "Star Wars"?
<lechner>Hi, is there a way to check if docstring is in fact a string? https://bpa.st/BHNA
<elpogo>Is there any clever way to get access to the builtin scm_macroexpand procedure from the repl? I know that "macroexpand" is replaced in ice-9/psyntax , is there any way to access the previous binding?