python for microcontrollers

Benji York benji at benjiyork.com
Mon Aug 8 17:10:17 EDT 2005


Evil Bastard wrote:
> I'm currently tackling the problem of implementing a python to assembler
> compiler for PIC 18Fxxx microcontrollers

Perhaps porting Pyrex would be easier.  Pyrex takes a python-like syntax 
(plus type information, etc.) and emits C, which is then compiled.
--
Benji York





More information about the Python-list mailing list