guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: write simpler a syntax form ?


From: Jean Abou Samra
Subject: Re: write simpler a syntax form ?
Date: Fri, 24 May 2024 15:08:55 +0200
User-agent: Evolution 3.52.1 (3.52.1-1.fc40)

> all attempt to simplify this part: #`(#,@#'args-brackets)
> gives errors



Try matching it with ($bracket-apply$ container args-brackets ...) instead of
($bracket-apply container . args-brackets) and replacing #`(#,@#'args-brackets)
with #'(args-brackets ...)

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]