> On 2 Jan 2023, at 03:27, Andreas Reuleaux <r...@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