Some things I would like:

1. Reflection capabilities like returning function name, function
paramater names, function paramater types, class names, etc
2. Method overloading (based on # of paramaters, and/or paramater type)
3. Profiling: Both cpu usage, and memory usage. Cpu usage can be
somewhat simulated in older flash (by logging each function call, and
time to complete), but there's no way to do memory profiling afaik
4. Better size reports: Show me the compiled size of each class
5. Only compile the classes I want it to compile: If A requires B and
B requires C, and I tell it to exclude B, it should exclude C (unless
some other class requires it of course). I should be able to exclude
packages from being compile. This is an important issue with
developing applications that use multiple swfs, and you don't want to
have wasted copies of the class in each file

-David R

On 10/27/05, Judah Frangipane <[EMAIL PROTECTED]> wrote:
> ok, because you asked, i'm going to let the wells run. i'd like to see
> support for reflection type features. for functions i'd like be able to
> access that function scope. so for example if you are in one function
> and call another function you can access the scoped variables in the
> first function. i'd like functions to have a name property as well like,
> myfunction.name returns "myfunction". i'd like functions to have an
> absolute path type of property like, myfunction.path returns
> "myclass.myfunction". functions also have count property that increments
> each time it has been called. i'd also like a this statement for
> functions. like when you are in a function you access thisFunk to access
> the function. so when you are in a function called calculateIt you could
> do thisFunk.name and it would return "calculateIt". maybe this,
> thisClass and thisFunction.
>
> i'd like all strings to have a isTrue(), isFalse(), isNumber(),
> isLetter(), isGreaterThan(), isEmail(), isCapitialized() members,etc.
> myString.toPhone(), myString,replace(), myString.toDate("/,
> mm,dd,yyyy"), myString.upperCaseFirstLetter() etc.
>
> things to make repetitive stuff easy. also, like formatters and
> validations built in. how AWESOME would that be?!!?!? frigging awesome,
> that's what.
>
> overloading would be great too! :)
>
> judah
>
> Nicolas Cannasse wrote:
>
> >Hi folks,
> >
> >The new still-unamed language specifications have been updated at
> >http://ncannasse.free.fr/files/flexible.html . It now includes enumerators,
> >Dynamic type parameters and a beginning of grammar rules.
> >
> >I would like to get comments about the design of the language : what are the
> >features you've been dreaming about ? How should look for you the language
> >you'll be happy to write in everyday at work ?
> >
> >It's an open discussion, so bring  your ideas in . I have my own ones, but I
> >think opening the design to everybody will result in a better result in the
> >end.
> >
> >Have fun !
> >
> >Nicolas
> >
> >
> >_______________________________________________
> >osflash mailing list
> >[email protected]
> >http://osflash.org/mailman/listinfo/osflash_osflash.org
> >
> >
> >
> >
> >
>
>
> _______________________________________________
> osflash mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to