We will not. The handling of arrays is in correspondence with Clojure on the JVM.
David On Mon, Apr 7, 2014 at 12:05 PM, Yehonathan Sharvit <[email protected]>wrote: > Great! > > Will you consider doing the same with javascript objects? > > On Monday, 7 April 2014 00:05:32 UTC+3, David Nolen wrote: > > Yes JavaScript arrays work with all of the sequence functions. > > > > > > David > > > > > > > > On Sun, Apr 6, 2014 at 3:11 PM, Yehonathan Sharvit <[email protected]> > wrote: > > > > I was surprised when I discovered that the following code worked: > > > > > > > > (some #{2} (clj->js [1 2])) > > > > (count (clj->js [1 2])) > > > > > > > > My question is: Could javascript arrays be safely passed to core > functions that received a vector? > > > > > > > > -- > > > > Note that posts from new members are moderated - please be patient with > your first post. > > > > --- > > > > You received this message because you are subscribed to the Google > Groups "ClojureScript" group. > > > > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected]. > > > > To post to this group, send email to [email protected]. > > > > Visit this group at http://groups.google.com/group/clojurescript. > > -- > Note that posts from new members are moderated - please be patient with > your first post. > --- > You received this message because you are subscribed to the Google Groups > "ClojureScript" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/clojurescript. > -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
