python for microcontrollers

Paul Rubin http
Mon Aug 8 18:01:24 EDT 2005


Evil Bastard <spam at me.please> writes:
> Yes, this approach sucks. But can anyone offer any suggestions which
> suck less?

I don't think you want to do this.  Runtime type tags and the overhead
of checking them on every operation will kill you all by themselves.
Processors like that haven't been used much as Lisp targets either,
for the same reasons.  Pick a different language.



More information about the Python-list mailing list