On Thu, Jan 8, 2015 at 10:49 PM, Neil Van Dyke <[email protected]> wrote: > I generally recommend against using non-ASCII characters in Racket source > code. > > Besides the human readability question (and the searchability question), > non-ASCII still presents a significant risk of your characters getting > corrupted "in transmission".
Unicode is here to stay, you can't sweep it under the rug. The more we use it, the sooner people will get annoyed with broken services and protocols and the sooner the brokenness will go away. And in addition to cute symbols, there are also normal character for writing languages other than English. ____________________ Racket Users list: http://lists.racket-lang.org/users

