Comment by ultrarunner

3 days ago

Seems like Java is popular at Garmin.

And also — sadly — Monkey C. I cannot imagine what possessed them to invent their own scripting language for wearable device apps. It's sort of like JavaScript but worse and with minimal third-party tooling support.

https://developer.garmin.com/connect-iq/monkey-c/

  • it kinda sucks, but with the constraints it's at least understandable. they wanted an extremely lightweight language with a bytecode VM which could be ported to whatever MCUs in 2015, while also strictly limiting the functionality for battery usage reasons (and, uh, product segmentation/limiting third party access).

While I might not trust C code more than Java in life saving equipment, I would trust a median C developer over a Java one.

  • Given the amount of CVEs that would be a bad bet.

    High integrity computing is full of pain staking processes, exactly because no one trusts C developers to do the right thing.