Flexing my brain muscles
So, today I read this article comparing the syntax of Java 5 and ActionScript 3.
Of note:
- Function overloading is not allowed in ActionScript 3. What’s the workaround for that?
- Exception handling: ActionScript can throw not only Error Objects, but numbers… So, a function of a Monkey class could throw 900.
That’s poo in case you didn’t get it. There’s no number for F, so ActionScript monkeys can’t throw feces.
Posted on February 1, 2007, in Flex, Nels Wadycki, The New Web. Bookmark the permalink. Comments Off on Flexing my brain muscles.