Add MicroPython to "Hardware" section.#660
Closed
pfalcon wants to merge 1 commit intovinta:masterfrom
pfalcon:master
Closed
Add MicroPython to "Hardware" section.#660pfalcon wants to merge 1 commit intovinta:masterfrom pfalcon:master
pfalcon wants to merge 1 commit intovinta:masterfrom
pfalcon:master
Conversation
TODO: There actually should be a separate section "Alternative Implementations" for things like PyPy, Stackless Python, MicroPython, etc.
Author
|
@dpgeorge, @dhylands, @stinos, @peterhinch, @deshipu: Please vote. |
Author
|
@vinta : Please let me know if you agree with a TODO above ("There actually should be a separate section "Alternative Implementations" for things like PyPy, Stackless Python, MicroPython, etc."), I'll then prepare a follow-up patch if/when this one is merged. (I'm also surprised to not see Jython/IronPython in this list, would add them to that section too.) Thanks! |
|
+1 |
Owner
|
@pfalcon I agree with the TODO. You could make a new commit for it! |
|
Yes I agree there should be a section for "alternative implementations". That would be awesome! |
|
+1 |
1 similar comment
|
+1 |
Author
|
@fkromer : Thanks for going for that, somehow I dropped the ball with it. I voted (via "thumbs up" reaction), and let me close this then. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why this framework/library/software/resource is awesome?
MicroPython is a very small (ten times smaller) implementation of a large subset of Python3 language, which works everywhere from modest microcontroller systems (16K RAM, 128K ROM) to normal desktop systems (where it still offers benefits of a smaller size, faster startup time, better self-containment).
Vote for this pull request
Who agrees that this change should be merged could add your reactions (e.g. 👍) to this pull request.
TODO: There actually should be a separate section "Alternative
Implementations" for things like PyPy, Stackless Python, MicroPython,
etc.