I'm interested in the advent of web tech as new x-platform env for desktop apps.
But: Atom can't keep up with my typing. B/c of web tech?
Conversation
I’m pretty concerned about the accessibility, perf, UI design direction, and cross-app interaction issues this implies :(
2
6
Yeah, ditto on all counts. I'm willing to make some tradeoffs if it means more "native" apps, but more work to do.
1
1
Web browsers are great at accessibility and perf, and it is far easier to design custom UIs in HTML than Cocoa
2
1
@paulcbetts I… haven't seen much evidence that web browsers are great at either accessibility or perf, relative to e.g. Cocoa.
1
1
@paulcbetts …and Cocoa is pretty terrible at perf relative to common sense. So that SHOULD’VE been an easy comparison to win
1
4
@paulcbetts I think it's more that it makes complex solutions to common perf problems easy (c.f. NSTextLayout, UITableView).
2
1
Don't fight the Web - if you don't like things about the web as a platform, fix those things
2
@paulcbetts awaiting proposals for how to do a dyld shared cache equivalent in a JIT language with interest
1
3
Replying to
@paulcbetts Doesn't have to be JITted if we compile to asm.js.
Replying to
@paulcbetts fair. Currently every meaningful asm.js impl I’m aware is JIT, but it could be done AOT.
2
1
@paulcbetts Don't really care about "currently" :/
2
Replying to
@paulcbetts that still leaves open problems before you can do sharing, but they feel vaguely tractable


