Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

another code-sharing solution that everyone enjoy to ignore is Adobe AIR

in 2013, AIR was v3.6, now in 2019, AIR is v33.0

not only you share code via ActionScript 3 (something like TypeScript just available 10+ years ago)

but you can also develop ActionScript Native Extension (ANE) in C, C++, Objective-C, Java, C#, Swift, etc.

and it does not only publish to mobile it also publish to desktop

but that's OK, keep ignoring it



You are right. I've done a lot of development in AIR myself and it is super impressive. Easy TypeScript like language. The Flex SDK is mature with all the standard stylable controls you need. Dedicated IDE that just works great. Easy deployment. I was able to build a cross platform (iOS/Android/Web/Desktop) video chat application with it and it looked and worked great everywhere. Someone dropped the ball somewhere with AIR.. I'm amazed they're still updating it.. that's something at least.

I guess it lives on here? https://github.com/apache/royale-asjs Still looks active..

Here's a demo https://royale.apache.org/tourdejewel


Apache Royale is not the same thing it allows to compile ActionScript to JavaScript and so publish for the web

Adobe AIR is a compiler and a runtime

for iOS it compile AOT, for other platforms: Android, Windows, macOS, (and Linux) it compile JIT

the runtimes share the AVM2 (ActionScript Virtual Machine) and the Flash Platform API, which allow to share a lot between platforms


I think it was sullied by the poor reputation of the Flash Player browser plugin.

I agree that ActionScript was a pretty decent language to work in.

I investigated Haxe briefly but found the community wasn't very big and the community that did exist was really fragmented.


Indeed ActionScript is a pretty decent language to work with

imagine if you could write command-line tools and server-side apps with it, that would be the dream




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: