I just found that

> (define φoo→β=αρ "Foo→b=ar")
> φoo→β=αρ
"Foo→b=ar"
>(call-with-output-file "/tmp/foo.txt"
   (λ (out)
   (display (xml-remove-markup) out))
   #:exists 'replace)

etc., work.  That's nice.

In general, is it possible to declare, e.g., '→' as equivalent to '->'
in identifiers?  Then, I can use

> (string→symbol "map")

instead of

> (string->symbol "map")

Thanks,
Raghu.

--
N. Raghavendra <[email protected]>, http://www.retrotexts.net/
Harish-Chandra Research Institute, http://www.hri.res.in/

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to