Hey, before yesterday night when I looked around for AS4, it wasn't even on my mind. I looked into it, and it sounds like its coming this fall, page 4 of the 40 page ecmascript 4 overview.
http://blog.oaxoa.com/2008/02/26/actions cript-4-specifications-preview/ .
Even more of an incentive to switch to AS3 now.
From what i've read on that page, it looks like in as4, there will be
typed arrays. That means going through arrays will be faster (hooray!).
Particles, checking enemies, checking objects ; all at least a bit faster.
Operator overloading, so lets say you have 2 classes. You'll be able to add them together and
it'll return a number. Like it could just add thier values (assuming there was a value property,
like you add a sword and shield together, and it returns the total value).
At least if I'm correct on what operator overloading is.
I'm not sure what these are though:
"destructuring assignment
triple-quoted strings
lexical block scoping"
Can anyone explain those to me a bit?
He made a short list of his tops, so there's more new things than what he posted, there's more in those 40 pages if you take the time to look through it.
I am very excited about AS4.