python for microcontrollers

Evil Bastard spam at me.please
Mon Aug 8 17:20:41 EDT 2005


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

Pyrex totally rocks. But for the PIC targetting, no can do:
 - pyrex generates a **LOT** of code, which makes extensive use of the
   python-C api, which is inextricably tied to dynamic objects
 - PIC program memory is 32kbytes max

Thanks all the same.

Any other suggestions?

-- 
Cheers
EB

--

One who is not a conservative by age 20 has no brain.
One who is not a liberal by age 40 has no heart.



More information about the Python-list mailing list