Comment on Rust is Eating JavaScript

<- View Parent
asdfasdfasdf@lemmy.world ⁨5⁩ ⁨days⁩ ago

I’d say Rust is definitely mainstream. Obviously not the level of JS or Python, but it’s being used all over the place. All major FAANG companies, the Linux kernel, JS runtimes, web browsers, Signal…

IMO GC has nothing to do with high or low level. It’s just incidental that there’s a correlation. In GC you usually don’t need to think about manually allocating or deallocating memory or truly understand what pointers are (in some ways anyway). In C / C++ you do.

In Rust you almost never manually allocate or deallocate, and you have both very high and low level APIs.

I’d say Rust is both high and low level. It just depends what you use it for.

As for books, maybe you’d like trying Rustlings instead.

source
Sort:hotnewtop