Re: [Readable-discuss] Clojure supports UTF-8 (thus, easy Unicode support)

2014-11-08 Thread Alan Manuel Gloria
Ugh. Non-ASCII is hard to type on a majority of keyboards unless you add special stuff. I don't think that'll increase acceptance. On Thu, Oct 30, 2014 at 12:58 AM, David A. Wheeler wrote: > It appears that Clojure normally loads source files assuming they are UTF-8, > which makes supporting Un

Re: [Readable-discuss] Using readable with clojure

2014-11-08 Thread Alan Manuel Gloria
In Clojure [...] is lexically read as a vector (similar to Scheme #(..)). The Clojure eval then requires lambda arguments to be in a vector rather than in a list. >From what I notice, Clojure uses [ ] rather sparingly, so I think indent should be ( ) On Wed, Oct 29, 2014 at 7:18 AM, David A. Wh