A bit of discussion has developed from my previous article, Moock on ActionScript 4 about features that people would like to see in future versions of ActionScript. Obviously at the top of the list (mentioned by Dave) we have Threads. Does anyone have other things you want to see in the next versions of ActionScript?
I don’t want to be the only contributor to this list, but non-public class constructors would be nice as well.
I agree. As much as I know some people will disagree: I would also like to see abstract classes.
Typed Arrays..
@Claus – It appears that if that part of ECMAScript 4 makes it way into ActionScript 4 – you will get your wish.
have a look at generics in C# and how C# handle nulls now in primitive datatypes.
One of the things I miss the most from C++ is method and constructor overloading.
@Nick – It appears that if elements of ECMAScript 4 get adopted for ActionScript 4 we will have method overloading.
private constructors
operator overloading
typed arrays
proper XPath support!
Enums
Threading
Built in support for manipulating audio at the byte/sample level
yeah i second that elango, the sound api needs some work… looks like we gonna get a byte datatype though… (could be a start?)
well,let me think, besides some others’ requirements, plus some more :
1.eval function return. it’s still very usefull.
2.static statement block.
3.size much more smaller.
4.performance improve, not only the graphic, also get data from server side.
5.destruction funtion.
6.gc..
nullable types for primitive datatypes, for representing null value in database, like int? construct in C#.
require 3d engine. as3 3d custom-engine is so slow.
1.Faster [than as3]
2.Support real-3d-engine
3.Smarter
I agree on threading. =)
C#-like events would be awesome (built-in Event type), so we could define them in interfaces.
A better control on the garbage collector.
1. Private Constructors
2. Threading
3. Operator Overloading
4. Generics
编译体积太大
I am a Chinese! ^_^
1. Multithreading for real-time high-volume system
2. read serial port for Kiosk app
3. printJob class can print without show the print dialogue box
1.Multithreading
2.Running faster than as3
3.Improve in gc
4.destruction funtion
and provide some API for create P2P connection
Please add abstract class and private constructor……..
and Multithreading