top | item 43992225

(no title)

aero-glide2 | 9 months ago

Is there still any point in learning Rust then

discuss

order

pjmlp|9 months ago

Depends on the point of view regarding using languages with automatic resource management.

I learn all languages that I find interesting, even if I don't use them, because I am a systems programming nerd, in languages, graphics and operating systems.

So it is always interesting to have an understanding of what Rust is all about, even if I will never work professionaly with it.

whytevuhuni|9 months ago

Imagine trying to make some sort of MP3 player using an MCU. You’d be able to use MicroPython for the controls, but for decoding you won’t be able to get away with it, and you’ll need something like C/C++/Rust.

pjmlp|9 months ago

Like in the home computing days, you could use inline Assembly for the decoding loop.

We used DATA blocks, now they can use @micropython.asm_thum.

actionfromafar|9 months ago

You are downvoted, but for some things, no there isn't. MicroPython can be very useful for some use cases and it's safer than C.