---
title: "5 Recommendations for Selecting an Embedded Programming Language"
url: https://daily.dev/posts/5-recommendations-for-selecting-an-embedded-programming-language-eb97iixgz
source_url: https://www.beningo.com/5-recommendations-for-selecting-the-right-embedded-programming-langauge
type: article
source: "Beningo Embedded Group"
published: 2026-05-31T07:47:43.744Z
updated: 2026-05-31T08:57:06.562Z
tags: ["c", "rust", "c++", "embedded"]
reading_time: 7
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# 5 Recommendations for Selecting an Embedded Programming Language

**[Beningo Embedded Group](https://daily.dev/sources/beningo)** · 7 min read · 0 upvotes · 0 comments

## Summary

Embedded developers face a growing choice of programming languages. Five recommendations are offered for selecting the right one: avoid dead or dying languages (like Assembly and LabVIEW), prefer object-oriented languages, use only standardized languages to minimize technical debt, balance runtime weight (e.g., MicroPython's 300–400KB interpreter vs. C/C++'s near-zero overhead), and ultimately choose what fits your team's actual needs. C++ is suggested as a strong default, while C is characterized as aging and Rust as not yet standardized enough for most commercial projects.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.beningo.com/5-recommendations-for-selecting-the-right-embedded-programming-langauge>

---

Tags: [#c](https://daily.dev/tags/c), [#rust](https://daily.dev/tags/rust), [#c++](https://daily.dev/tags/c++), [#embedded](https://daily.dev/tags/embedded)

[View this post on daily.dev](https://daily.dev/posts/5-recommendations-for-selecting-an-embedded-programming-language-eb97iixgz)
