[racket] changing a string into a list

From: Todd O'Bryan (toddobryan at gmail.com)
Date: Wed Jul 14 22:51:58 EDT 2010

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


Posted on the users mailing list.