Why are C, C++, and LISP so prevalent in embedded devices and robots?

后端 未结 16 859
后悔当初
后悔当初 2021-01-31 10:57

It seems that the software language skills most sought for embedded devices and robots are C, C++, and LISP. Why haven\'t more recent languages made inroads into these applicat

16条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-31 11:26

    • Embedded system needs a bare minimum OS and simple (not always) Application, since most OS-es are "C" its a natural choice

    • Scarcity of Processing/Memory resource force optimization from very low-level. C (edge over C++) has a great scope of Optimization

提交回复
热议问题