Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:JavaScript assembly language (Score 1) 294

There was a small window of opportunity before JavaScript established itself and now its gone. No one would switch to Lua when JavaScript is deployed.
Consider it a network effect of millions of sites which run JavaScript today and people write code for these sites. It would be much harder to change the base language then to upgrade it gradually.

Comment Google sees what future web is heading to (Score 1) 294

And its built on JavaScript.
If they they create a framework or engine which internet would be dependent on, they would control the web. The plugins which try to compete against JavaScript will lose their place when its achieve this speed and Google Gears integration.
I think what would happen is Chrome framework being (a restricted) interface to the OS and media control libraries which would try to be what ActiveX,Flash and Java do today(within their plugin interface). Except it would be built-in into Chrome and executed inside the content.

Comment 'One-way' functions (Score 0) 125

They are not secure.What are hashes relying on is reversible,with clever algorithmic tricks and without quantum computing.Today we know about rainbow tables,but tomorrow there would be far faster ways to break hashes.The complexity of some hash algorithm is just "security by obscurity"(the secret is not in expensive computation/bruteforce required ).The point about the approach is that sooner or later the algorithm would be "refactored" by people who understand the idea behind the algorithm far better then its designers.
Then all this security gets out the window.

Comment Re:Just Need to Clear the Air (Score 1) 231

Action Script is harder to learn for people customized to javascript.
If it was more optimized(e.g. even removing/replacing eval) and had some graphic capability it would replace everything else quickly.Its such a design which can be cross-platformed and adapted easily(every modern browser runs the code).
Plus alot(probably more then all other languages) of people have at least some knowledge of programming in JavaScript.
Its inherent advantage over everything else and even Adobe understands it(Air is targeted to such programmers).
There is an possibility JavaScript would be replaced by something like Python or Lua,but they must be clearly superior to switch(in all cases people will not see advantages until they are painfully obvious to everyone).
JavaScript will stay for several decades otherwise.

Slashdot Top Deals

The one day you'd sell your soul for something, souls are a glut.

Working...