|
|
| | Ask HN: Safe languages available on all major platforms? | | 5 points by cottonseed on Jan 28, 2015 | hide | past | favorite | 16 comments | | I'm thinking about an application that I'd like to deploy on all major platforms (OSX, Linux, Windows, iOS, Android). My go to language is C++, but I'd like to use a type- and memory-safe language (goodbye, buffer overflows). What are my realistic options? Rust, golang and ocaml come to mind, although it doesn't look like there is official ocaml support for iOS/Android. Any other good options I'm overlooking? Any experience you can share? How is integration with native libraries and services (e.g., UI, networking, file system)? Thanks! |
|

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
|
Probably be easier for the non-GUI parts. Networking and filesystem is probably trivial. It doesn't sound like you need much access to the device otherwise, but that would be something I would check before using -- they probably do some kind of native-bridge.