I am using 1889. Since the update, my keywords are getting printed as #<[object Object]> How do I print a keyword now?
On Wednesday, September 11, 2013 11:09:29 PM UTC-4, David Nolen wrote: > 1878 went out today, the only change was fixing a bug introduced by 1877 that > caused spurious warnings when incrementally compiling. > > > > On Mon, Sep 9, 2013 at 9:50 PM, Brandon Bloom <[email protected]> wrote: > > > > > a (very) temporary workaround is to use the old codeĀ > > > > Why not just switch (k coll) to (get coll k) ? > > > If you know that coll is non-nil, you can also just use (coll k). Both forms > also accept an optional not-found value. > > > > > > > > -- > > 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. -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
