ActionScript 4 and 5 Wishlist
February 16th, 2008
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?



14 comments on “ActionScript 4 and 5 Wishlist”
01
I don’t want to be the only contributor to this list, but non-public class constructors would be nice as well.
02
I agree. As much as I know some people will disagree: I would also like to see abstract classes.
03
Typed Arrays..
04
@Claus - It appears that if that part of ECMAScript 4 makes it way into ActionScript 4 - you will get your wish.
05
have a look at generics in C# and how C# handle nulls now in primitive datatypes.
06
One of the things I miss the most from C++ is method and constructor overloading.
07
@Nick - It appears that if elements of ECMAScript 4 get adopted for ActionScript 4 we will have method overloading.
08
private constructors
operator overloading
typed arrays
proper XPath support!
09
Enums
10
Threading
11
Built in support for manipulating audio at the byte/sample level
12
yeah i second that elango, the sound api needs some work… looks like we gonna get a byte datatype though… (could be a start?)
13
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..
14
nullable types for primitive datatypes, for representing null value in database, like int? construct in C#.
Leave a Reply