[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
symbol is nested in #{ ...... }#
|
From: |
Damien Mattei |
|
Subject: |
symbol is nested in #{ ...... }# |
|
Date: |
Thu, 4 Jan 2024 11:15:55 +0100 |
Hi,
why does
(string->symbol "#:hello")
$1 = #{#:hello}#
gives #{#:hello}# in guile instead of #:hello ?
like in Kawa or Racket
i understand it is special to guile as i can write:
scheme@(guile-user)> #:hello
$1 = #:hello
but then how can i generate a #:hello from a string or a list of char?
regards,
- symbol is nested in #{ ...... }#,
Damien Mattei <=