On 2007-08-20, at 13:21 EDT, Jeff Dyer wrote: > ActionScript will have something like this soon in its program > configuration feature. It is described here: > > http://wiki.ecmascript.org/doku.php?id=proposals:program_configuration
Interesting that you rejected the use of Javascript control flow for configuration. That is what we use in LZX. Effectively we just require that if statements involving configuration variables be optimized at compile time. (We don't currently permit expressions on configuration variables and we don't have a language for defining configuration variables.) The benefit we saw is that the programmer does not need to learn anything new to understand configuration. _______________________________________________ Es4-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es4-discuss
