Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
leo28071087yHow about rust? It'll teach you memory hygiene, has real good documentation (I 💓 the second edition of the book), and it requires very little setup to get the build system running.
-
leo28071087y@naktop3031 What do you mean?
Hardware? It's using llvm ir, and thus supports x86, arm, ... There are even some kernels written in rust.
Other languages? There is ffi for most scripting languages, and there's also generic c interoperability, if that's your thing. (No direct C++ interoperability yet though)
IDE? I recommend atom or Vs code, both support code completion, and Vs code even has inline documentation (if you install the right extensions).
Packages? http://crates.io has most of them, and cargo is an excellent package manager. http://docs.rs is an automated library of all the package documentation. -
What do you think the most useful tool in the toolbox is?
Whichever one gets the job done.
What do you think what is the most useful programming language in this age?
rant