Roger Voss
Posts: 27
Nickname: rogerv
Registered: Aug, 2005
|
|
Re: Does Anyone Really Care About Desktop Java?
|
Posted: Aug 6, 2008 5:55 PM
|
|
Given a choice of programming GUI in ActionScript3 or C# 3.0, I'd definitely opt for AS3. (Have done both.)
The closure feature in AS3 is lightweight and clean. The properties binding and event model of Flex is better thought out.
Mainly C# 3.0 has become weighted down with language feature mania. It's become the modern day PL/1 kitchen sink language that never met a programming idiom that it didn't like.
AS3 has just enough OOP, just enough functional, just enough compile time static typing, and yes, just enough dynamic programming. Yet it's basically still a simple language that is dirt simple to learn. All Java and C# developers find themselves quickly at home in AS3.
|
|