- libfxcg moves forward: libc and Python
- 30 May 2012 08:29:52 pm
- Last edited by Tari on 08 Apr 2020 03:32:36 am; edited 1 time in total
There was discussion recently on the feasibility of porting Python to the Prizm. Merth and I have been working on implementing big chunks of the C library to support Python, then.
The fruits of those efforts have been accumulating in the pycompat branch, and at this point many of the harder functions are done (I just finished implementing the core of printf).
I have yet to really get things running on the device (mucked about with serial, but I need a scope to figure out what I need to do with that before things will really work), but most of the functions have been tested in a cross-hosted environment (that is, on a PC).
Because there's nothing terribly interesting to look at right now, here's a screenshot from testing printf:
Edit by Merth: I'm stickying this.
The fruits of those efforts have been accumulating in the pycompat branch, and at this point many of the harder functions are done (I just finished implementing the core of printf).
I have yet to really get things running on the device (mucked about with serial, but I need a scope to figure out what I need to do with that before things will really work), but most of the functions have been tested in a cross-hosted environment (that is, on a PC).
Because there's nothing terribly interesting to look at right now, here's a screenshot from testing printf:
Edit by Merth: I'm stickying this.