11 comments

[ 2.9 ms ] story [ 38.2 ms ] thread
For the confused ones (I was!):

This is about writing an app for the Pebble smartwach (https://www.pebble.com) in Python by using the Python to Javascript compiler transcrypt (http://transcrypt.org/).

This feels... at best kinda silly. Is there anything actually gained here compared to, say, even just using ES6 + Babel?
I expect that it would be nicer for those of us who know python but not JS. Although it might be overall better just to learn some JS.
This isn't exactly Python on Pebble, it's transcribed-to-JS Python. I'm a bit disappointed by the premise...
The pebble is just a normal Cortex-M processor, so Python should already run on it.

(https://github.com/micropython/micropython/wiki)

Is there a guide to doing this? I'm curious to know, the pebble seems like a closed system so it would be hard to "just run micropython" on it vs. something more open.
Memory requirements make this unfeasible for the Pebble.