in reply to Re: Re: Perl Vs C,C++
in thread Perl Vs C,C++

Most embedded development is done in C variants with a ton of ASM optimizations. A lot is done in ASM, too.

The problem with high-level languages is that the first assumption is that resources are plentiful. Embedded devices do not have plentiful resources. In fact, they are the last bastion of the C-64 type of development, where your "data" might also have "instructions", just to squeeze a few more bytes or milliseconds.

------
We are the carpenters and bricklayers of the Information Age.

Don't go borrowing trouble. For programmers, this means Worry only about what you need to implement.

Please remember that I'm crufty and crochety. All opinions are purely mine and all code is untested, unless otherwise specified.