On Tue 03 May 2011 10:54, CRLF0710 <crlf0...@gmail.com> 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/