Post #2180526
2025-11-21 05:42 UTC
@developing_agent@mastodon.social @henk@waag.social it could be something completely different, like Rust. I wrote my first rp2040 firmware in Rust, and it's a nice experience. Of course, at the cost of learning a new language.
Replies (1)
-
@developing_agent@mastodon.social 2025-11-21 05:55
@bonkers@nerdculture.de @henk@waag.social Rust is definitely not beginner friendly. Arduino only got away with C++ because they used the smallest possible subset of the language, to the point where it might have well been a custom-written DSL.