As far as Prismatic libs, we are using them in some places but not (yet) in our web app.
We did stop supporting IE8, but mostly because it was not heavily used by our client base, and it was a pain to maintain--we had many places with separate code paths in place just to handle IE8 quirks. It didn't explicitly have to do with its compatibility with ClojureScript libs, however--that was never an issue. (2014/06/13 0:45), tal giat wrote: > Are you also using other clojure libraries like the ones from prismatic > (plumbing, schema, om-tools). Also did you stop supporting IE8 or had any > issues with it ? > > On Thursday, June 12, 2014 3:44:34 AM UTC-4, David Della Costa wrote: >> Just as another data point, we are using React 0.9.0 + Om 0.6.2 in >> >> production with IE9 (and up to recently IE8) and have had no problems >> >> with the combination. >> >> >> >> (2014/06/12 14:50), Ivan Kozik wrote: >> >>> Are you hitting an HTTP server in IE8, or are you accessing a file:/// >> >>> URL? Your example works fine in IE8 on XP SP3 here, but only when >> >>> serving it with an HTTP server. >> >>> >> >>> Ivan >> >>> >> >>> On Wed, Jun 11, 2014 at 11:23 PM, tal giat wrote: >> >>>> Can't seem to get those working with IE8/IE9. >> >>>> >> >>>> I've created a project on github to demonstrate that: >>>> https://github.com/talgiat/om-tutorial which is basically the very first >>>> example (Hello world) in the om tutorial. >> >>>> This version displays Hello world! in a web-page. >> >>>> It doesn't work in IE8 or IE9 even after adding the react IE shims >>>> (http://facebook.github.io/react/docs/working-with-the-browser.html#browser-support-and-polyfills) >> >>>> React itself DOES work on IE8 with those shims, as we have a production >>>> system that we wrote that uses it and works fine on all IE versions 8 and >>>> up. >> >>>> IE8 complains about goog.string.hashCode not existing. With more complex >>>> examples I've seen it complain about other methods in goog.string like >>>> contains. >> >>>> >> >>>> Not sure what causes the problem, but wanted to know did anyone >>>> encountered it before and what are possible solutions. >> >>>> >> >>>> We just started using clojurescript and Om for a major b2b web-based >>>> product we have here, unfortunately we must support IE8 and up since we >>>> have major customers using it. I'd really hate to revert back to >>>> JavaScript. >> >>>> >> >>>> Thanks >> >>>> >> >>>> -- >> >>>> 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.
