[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] Always quote symbols starting or ending wi
From: |
felix . winkelmann |
Subject: |
Re: [Chicken-hackers] [PATCH] Always quote symbols starting or ending with a colon to ensure readability |
Date: |
Sun, 26 May 2019 21:05:37 +0200 |
>
> The attached patch ensures we write such identifiers as |:type-tests:|
> regardless of keyword style. This way, it can also be read by any
> program, even if it uses a different keyword style than the writer.
>
Ugh... How ugly. Is there no way around this? The "|" are only necessary
in "readable" mode, right?
felix