Skip to content

Assess support for MicroPython #51

@krzema12

Description

@krzema12

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:

  • check if there's a regular Linux interpreter for MP
  • smoke test: try running a sample output from current Kotlin Python compiler and see how it goes
  • 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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions