I'm wondering what native cross platform languages + environments are out there.
This is similar to a few other questions that other people have asked however, there are only three requirements:
- Cross Platform
- Produce a standard binary file (.exe, elf, etc).
- <25MB minimum distributable
Binaries do not have to be native in that they compile to assembly. They just need to be self hosting (not require an external VM or interpreter).