How do I know what languages compile to ARMv7hl?

233 views Asked by At

I would like to program SailfishOS applications. But, I would prefer not to use QML, C++, or Python.

I'd like to use something like Rust. But, I'm not sure how to know what options I really have.

What kind of things should I know to be able to determine what compilers will create binaries for ARMv7hl?

2

There are 2 answers

0
enedil On

You can't really avoid Qt, but with C++ that trick is possible. There was a thread on Devel mailing list. All you need is to find good Qt5 bindings for Rust. These look promising.

0
EricW On

If you don't want to use any QML and C++, the answer is probably no. But if you fancy writing some kind of wrapper like pyotherside, it seems doable.