These industries hire third parties to review c and c++ line per line to make sure it's memory safe.
Rust by default forces you to write memory safe code, otherwise it won't even compile. The rust compiler tells where is the problem and what it expects. No only for basic Type errors but also for concurrent code.
Aviation, Health, Space and Car industry have only 3 certified languages that they use. Ada, C and C++. Ada is dying because there are way less young engineers who want to invest their future learning it. Then there is C and C++ but they dont offer memory safety and its really hard to master and its really hard and long (thats what she said) to certify the code when being audited for safety by a tier company.
Rust solves by default (no need to review) like 2/3 of the standard requirements those industries have and are that found in C and C++. Rust will soon be approved in this group by the car industry.
Im not a rust fan, but I have 3 things to say about rust.
Its fun to program like C++ having the peace of mind knowing the compiler is there helping.
You dont feel like youre defusing a bomb like when writing C.
Even though its a fun language to write, its also really hard to master, itd say 2 years to be really proficient with it. There is just so much knowledge.
Pretty sure there also are 2 features Inkscape/Krita have, that Photoshop doesnt. You know how ridiculous that sounds?
Report/request those features, otherwise itll never happen for you.
All you mf saying Photoshop and Adobe PROBABLY dont even use it. Its like a mantra I keep hearing. Really? all you whiners use Photoshop and Adobe as professionals?
unless youre using Photoshop or Adobe as a senior youre just barking at a tree. Several of those software can be used on linux through Wine or they have a professional direct app. Krita/Gimp/Inkspace, KDEnLive/DavinciResolve, LibreOffice, etc.
I was about to post this video, lmao. But this man still thinks Linux is difficult and not easy to use. When in fact its become way easier than running Windows Linux. Linux has surpassed Windows and Mac on the Desktop usability in the last 2 years. And it just keeps getting better.
Nah. What hes saying its that they are not supported natively. The game is Gold on protondb, so its playable on Linux. Just use Wine to run your mods. Simple
These industries hire third parties to review c and c++ line per line to make sure it's memory safe. Rust by default forces you to write memory safe code, otherwise it won't even compile. The rust compiler tells where is the problem and what it expects. No only for basic Type errors but also for concurrent code.