Re: Python for Embedded Devices?
From: Jeff Epler (jepler_at_unpythonic.net)
Date: 01/05/04
- Next message: Mark McEahern: "Re: Why does this fail?"
- Previous message: Mel Wilson: "Re: Why does this fail?"
- In reply to: Phil Schmidt: "Re: Python for Embedded Devices?"
- Next in thread: Miki Tebeka: "Re: Python for Embedded Devices?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 4 Jan 2004 19:28:43 -0600 To: Phil Schmidt <phil_nospam_schmidt@yahoo.com>
On Sun, Jan 04, 2004 at 03:37:46PM -0800, Phil Schmidt wrote:
> I am one such developer who works with very small systems: 8-bit
> micros with under 128K flash and 4K RAM. [...]
Luxury! My current interest runs to microcontrollers with 2k flash, 128
bytes sram, and 128 bytes eeprom. Yours sounds a lot like one of the
larger models in the same line, though. (Atmel AVR)
It's actually quite fun, and since 128 bytes is too little to use
recursion or dynamic allocation for anything, stuff like reference
counting and GC are unneeded---not a lot of strings, either. C is a
not a bad language for this hardware.
Jeff
- Next message: Mark McEahern: "Re: Why does this fail?"
- Previous message: Mel Wilson: "Re: Why does this fail?"
- In reply to: Phil Schmidt: "Re: Python for Embedded Devices?"
- Next in thread: Miki Tebeka: "Re: Python for Embedded Devices?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|