|
|
|
|
|
by _xerces_
560 days ago
|
|
Is it a nice language? As an embedded software person who writes mostly pure C (and hates C++), I have been avoiding Rust as it seemed tedious and annoying when I last dipped my toe in. Perhaps I am just old and stuck in my ways :) I would love it if Rust was nice to use, especially if that is where the future of embedded is. |
|
At work, we'll likely end up incorporating no_std rust, but for personal stuff I just use Zig these days. It a simple language that makes embedded style programming easier, and has a usable std lib due to not using global allocators or panic-like mechanims.