On Thu, Jan 8, 2015 at 4:49 PM, Neil Van Dyke <[email protected]> wrote: > I generally recommend against using non-ASCII characters in Racket source > code. >
I used to do the same -- not so much for the readability issue, since often using non-ASCII characters aids readability, but for the character encoding problems that were bound to cause trouble. They just don't any more, however, not with the tools and services I use. I don't doubt that there are still sites that have these problems, but they're no longer the norm, and I simply don't worry about it these days. ____________________ Racket Users list: http://lists.racket-lang.org/users

