On Wed, Sep 28, 2011 at 5:00 PM, Gary Poster <gary.pos...@gmail.com> wrote: > Perhaps Java has been different, but the languages I use and follow have not, > with the exception of JavaScript. I perceive it to be a mildly unfortunate > fact of life at this point.
JavaScript's case might seem different because people are always programming to the Lowest Common Denominator of JS features across all Browsers. ES5 was released in 2009, but I doubt if programmers even today can use/rely on the new features (eg. strict mode, JSON, etc.). The bottomline with JS is that almost none is using JavaScript directly, it's almost always through some library which abstracts out the incompatibilities. Regards, BG -- Baishampayan Ghose b.ghose at gmail.com -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en