End of an era. We built the FarmVille-engine using AS3 and I still think it's one of the best programming languages I've ever used. Static typing, access modifiers, and performant. Low friction for new users (most people had the plugin, we could stream the main binary and assets) 0% chance we could have built the game using any other client-side tech stack available at the time.
I played way to much farmville around 2009 running a schools front desk! Thanks for that! Out of curiosity what is your language of choice now days?
Web Backend - Elixir/Phoenix (we used PHP for FV), Python in some cases
Web Frontend / Native Mobile Apps - React & React Native
JS has effectively caught up to what AS3 offered back then minus type safety (which TypeScript offers).