pfalcon / pycopy

Pycopy - a minimalist and memory-efficient Python dialect. Good for desktop, cloud, constrained systems, microcontrollers, and just everything.
http://pycopy.readthedocs.io
MIT License
806 stars 78 forks source link

Relationship of this fork to Zephyr #33

Closed pkral78 closed 4 years ago

pkral78 commented 5 years ago

I come across this fork just by accident, so forgive me if this question has already been answered before.

Will some target platform be dealt with a priority within this fork? (By some, I mean Zephyr of course.) Or it is intended to be platform agnostic.

There would be some obvious advantages to focus on Zephyr, I'll just point to some:

We know that @pfalcon is long term Zephyr collaborator, so please share your PoV.

pfalcon commented 5 years ago

This fork is my personal project (== maintained in my own free time), not directly related to Zephyr or Zephyr port. In my own free time, I'm more interested to work on generic language-level things (i.e. "platform agnostic"), and on the leading OS platform - POSIX, using Linux as a reference implementation platform.

While I'd be interested to work on Zephyr port, I simply won't have resources to do that in my own free time, so would work on it only as much work allows that. And my work just tangentially touches MicroPython from time to time. So, I'd be glad to work on Zephyr port, if my work assignments allow that.

Hopefully, that clarifies the situation.