help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Splitting a list with spaces and comments


From: Philip Kaludercic
Subject: Re: Splitting a list with spaces and comments
Date: Wed, 16 Aug 2023 19:07:22 +0000

Heime <heimeborgia@protonmail.com> writes:

> Can one split a list with spaces and comments, like so
>
> (let ( (csel '("Symbol" "Command"))
>        (cseq '("alpha α"     "Beta B"     "beta β"
>                "Gamma Γ"     "gamma γ"
>
>                ;; Additional Graphemes
>                "Delta Δ"     "delta δ"
>                "Epsilon E"   "epsilon ε"  "varepsilon ε"
>                "Zeta Z"      "zeta ζ")) ))

Comments are forgotten after parsing the code, functions that take
s-expressions as arguments have no knowledge of these, and cannot take
them into account in any computation.



reply via email to

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