[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-janitors] Re: #433: #!key args not assigned when |eval| called
From: |
Chicken Trac |
Subject: |
[Chicken-janitors] Re: #433: #!key args not assigned when |eval| called on compiler output |
Date: |
Mon, 22 Nov 2010 11:31:23 -0000 |
#433: #!key args not assigned when |eval| called on compiler output
-----------------------+----------------------------------------------------
Reporter: alanpost | Owner:
Type: defect | Status: new
Priority: minor | Milestone: 4.7.0
Component: unknown | Version: 4.6.x
Resolution: | Keywords:
-----------------------+----------------------------------------------------
Comment(by felix):
Replying to [comment:2 felix]:
> Alan, do you convert strings read in manually to symbols?
`string->symbol` will ''not'' automatically convert into keywords,
regardless of a trailing colon. This must be done with `string->keyword`.
(without the colon)
--
Ticket URL: <https://bugs.call-cc.org/ticket/433#comment:3>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.