I want to change a "STRING" into a list of symbols '(S T R I N G), but
can't find a very direct way to do it.

The best I've got is

(map string->symbol (map string (string->list "STRING")))

Is there something better I'm missing?

Todd
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to