[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: hashmark in symbols
From: |
lloda |
Subject: |
Re: hashmark in symbols |
Date: |
Mon, 2 Jan 2023 07:04:16 +0100 |
> On 2 Jan 2023, at 03:27, Andreas Reuleaux <rx@a-rx.info> wrote:
>
> ....
> but I still have no clue, how to write a simple symbol, that when
> translated to a string, results in "#444".
https://www.gnu.org/software/guile/manual/guile.html#Symbol-Read-Syntax
<https://www.gnu.org/software/guile/manual/guile.html#Symbol-Read-Syntax> gives
you either #{#444}# or |#444| with the r7rs read option.
regards
Daniel