Linked by Thom Holwerda on Sun 10th Apr 2011 19:57 UTC, submitted by PLan
Permalink for comment 469812
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/25/13 0:45 UTC
Linked by Thom Holwerda on 05/24/13 23:59 UTC
Linked by Thom Holwerda on 05/24/13 22:33 UTC
Linked by Howard Fosdick on 05/24/13 21:41 UTC
Linked by Thom Holwerda on 05/24/13 14:44 UTC
Linked by Thom Holwerda on 05/23/13 23:22 UTC
Linked by Thom Holwerda on 05/23/13 22:04 UTC
Linked by Thom Holwerda on 05/23/13 22:01 UTC
Linked by Thom Holwerda on 05/23/13 17:52 UTC
Linked by Thom Holwerda on 05/22/13 22:23 UTC
More News »
Sponsored Links



Member since:
2010-05-27
I am not naive, I'm just way ahead of you... ;-)
Get off your high horse: I said competitors to Office, not AutoCAD. Actually, the HTML5 engine does a lot of the GUI-work for most apps. As ECMAScript gets closer to strict typing the JIT will do better work, and you can write your apps in a language close to C++/D that compiles down to typed javascript. Look at Google's Closure for a start.
And yes, I am proficient in both ASM, C++, ECMAScript and a slew of other languages... Most imperative languages are rather similar, which of course is why they can use the same compiler backend. Compilers can get a long way by static analysis on programs that stay away from dynamic features. You just have to know how the compiler works and write with that in mind.
Actually, online web-apps provide easy access from any HTML5 capable browser. So online-office is easier than moving your files and apps with you.
As for computational power. ActionScript3 is based on a dialect of ECMAScript and provides strict typing. Flash10 PixelEngine (used to be called Hydra) provides very fast SIMD operations on arrays. It's only a matter of time before a descendant of OpenCL is be available in browsers. Give it 5-10 years. If Apple, Opera and Firefox cooperate then HTML5 can become av very real office application platform. Webkit is very close, already.
Edit: And yes... you could run AutoCAD as a client-server app with the AutoCAD codebase running on the server and having a webGL streaming display engine in the browser-client. No problem if you have a speedy connection to the server.
Edited 2011-04-11 17:28 UTC