Hacker News new | ask | show | jobs
by nostrademons 6593 days ago
Browser problems really aren't that bad if you use a cross-platform JavaScript library. The core language behaves basically the same in all browsers (except for the trailing-commas issue in IE), it's just the DOM and event-handling models that are a mess.
1 comments

Those "cross-platform" libraries aren't:

- Faster - Slimmer - Better

compare to GWT.