this post was submitted on 21 Jan 2024
783 points (93.4% liked)

Programmer Humor

32571 readers
325 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] macaroni1556@lemmy.ca 1 points 10 months ago (1 children)

Aha on embedded not much choice there. It's what keeps C alive and relevant for sure

[–] frezik@midwest.social 1 points 10 months ago (1 children)

Rust is starting to show up in embedded. And micropython, though that obviously has some limitations.

[–] macaroni1556@lemmy.ca 1 points 10 months ago

Totally, but I'm not aware of anyone using either properly in a truly production environment. Both are more on the hobbyist or tinkering side, or in the Linux space anyway where you can already just do anything.

(From what I've seen? Would be thrilled to see examples!)

I really like Micropython too. I made a "game" that communicates state between multiple boards over wifi in almost no time compared to how long it would take in C++.