Skip to content
Discussion options

You must be logged in to vote

Much of what was said on that forum thread is still true today.

But the answer is nuanced -- I think @peterhinch made probably the most important point: "It's crucial to separate the language from the platform."

MicroPython the language is very mature at this point, and the language has very few differences between platforms, except for features that are removed on chips with smaller ROM. (The sort of differences that exist are really low level things like how exception handling is implemented for the specific architecture, or of course the native code generator used by @native / @viper).

There are lots of things that vary between platforms.

  • The reliability of the chip
  • The availability o…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@peterhinch
Comment options

@IcedRooibos
Comment options

Answer selected by IcedRooibos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants