you can use aget, get requires ILookup.
On Tue, Apr 8, 2014 at 2:42 AM, Yehonathan Sharvit <[email protected]> wrote: > Also, in Clojure on the JVM get works with Java Maps, while in > Clojurescript get doesn't work with js object. > Is there a reason for that? > > > On Mon, Apr 7, 2014 at 11:00 PM, Yehonathan Sharvit <[email protected]>wrote: > >> What about js *typed arrays*? >> >> Why *(array? (js/Float32Array. 3))* is false. >> >> *(IndexedSeq. (js/Float32Array. 3) 0)* seems to work fine. >> >> Will it be safe to modify array? so that it returns true for js typed >> arrays? >> >> >> >> >> >> >> >> On Mon, Apr 7, 2014 at 7:09 PM, David Nolen <[email protected]>wrote: >> >>> 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 a topic in the >>> Google Groups "ClojureScript" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/clojurescript/R3O2aKXpsEY/unsubscribe. >>> To unsubscribe from this group and all its topics, 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. >>> >> >> >> >> -- >> "Are we what we become or do we become what we are?" - Prof. Beno Gross >> > > > > -- > "Are we what we become or do we become what we are?" - Prof. Beno Gross > > -- > 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.
