guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do i refer to the symbol ( and )?


From: Andy Wingo
Subject: Re: How do i refer to the symbol ( and )?
Date: Tue, 03 May 2011 11:32:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

On Tue 03 May 2011 10:54, CRLF0710 <address@hidden> writes:

> While '\{ and '\} are ok, '\( and '\[ are not. So, what's the correct
> way to refer to them?

In Guile 2.0.1:

scheme@(guile-user)> (string->symbol "(")
$1 = #{\x28;}#

Earlier versions do this differently.  Best thing to do is to refer to
such things as strings and not symbols :)

Andy
-- 
http://wingolog.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]