With GCC's ability to deploy to just about every architecture, most heavy-handed libraries using C themselves (hence a C FFI in higher languages), and access to the biggest and best GUI libs.
Add in musl and static compilation, you get:
* Probably fast
* Native UIs
* Tiny binaries that are easy to distribute
With GCC's ability to deploy to just about every architecture, most heavy-handed libraries using C themselves (hence a C FFI in higher languages), and access to the biggest and best GUI libs.
Add in musl and static compilation, you get:
* Probably fast
* Native UIs
* Tiny binaries that are easy to distribute