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.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to