See https://kotlinlang.slack.com/archives/C0289CS37AS/p1637517359061900?thread_ts=1637517359.061900&cid=C0289CS37AS https://core-electronics.com.au/tutorials/Python_and_MicroPython.html Let's check how costly it would be to support both regular Python and Micropython (MP). Ideas/steps: - [X] check if there's a regular Linux interpreter for MP - [X] smoke test: try running a sample output from current Kotlin Python compiler and see how it goes - [x] run box tests with MP interpreter and see what's the success rate comparing to what we have on Python - [ ] hook MP interpreter into the box tests so that CI runs both - [ ] think of cases where it would be challenging to support both at the same time
See https://kotlinlang.slack.com/archives/C0289CS37AS/p1637517359061900?thread_ts=1637517359.061900&cid=C0289CS37AS
https://core-electronics.com.au/tutorials/Python_and_MicroPython.html
Let's check how costly it would be to support both regular Python and Micropython (MP).
Ideas/steps: