Alan Malloy
unread,Aug 30, 2011, 2:28:20 AM8/30/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Clojure Dev
Is anyone interested in being able to do (rseq "some-string")?
Currently rseq only works on instances of Reversible, but there is a
lot of precedent for treating some java builtins specially, such as in
c.l.RT.countFrom and c.l.nthFrom. I'd be happy to put together a patch
to make strings, arrays, and anything both Countable and Indexed
"appear" Reversible.