And thought maybe AS3/ Typescript could be a full fledged language that compiles to binary with the help of a Rust compiler, like they’re doing with the Roc Language:
Another area where a language like AS3 would be powerful is in serverless Node runtimes like AWS Lambda or Google Functions.
As for why either the Rust or serverless route hasn’t been taken, my guess is because of its similarity to JavaScript. I am not sure what “new” thing AS can bring over what JavaScript and TypeScript provide already
Hi Steve,
take a look at (and why not contribute) to the amazing Ruffle project
in early stage but very promising.
And yes, actionscript is still used since Samsung continues to update and evolve Air SDK which is less hassle (in certain cases) than javascript, especially when you need a full cross OS application without to write different code or compile for each platform.