Carsinisation is coming for software
Not to be a Rust apologist, but no serious Rust developer is saying this shit.
Thankfully, projects like “safe” ssh wrappers are done by the silly Rust devs.
Do you have a problem with this wrapper? It just allows you to easily use ssh in your lib. It doesn’t suggest that ssh is unsafe.
No problem, just couldn’t find this earlier https://github.com/uutils/coreutils
All that means is that the library has Rust bindings and the bindings don’t require the use of the
unsafe
keyword.
Rust probably stabilise some of its experimental features before we can rewrite the world with it. Const generics for one. (I’d help out with the implementation if I could…)
Const generics are already stable. Do you mean const inline or const expressions on type level?
Sorry, I was thinking of other features covered by the Const Generics Project Group, like generic_const_exprs.
Has there been any progress on that? The projects repo seems somewhat dead.
There seems to be a couple of people keeping the lights on at the project zulip but they are presumably busy with other things.
Ah okay! Would love to see a stable generic_const_expr one day.
Rust is great and I love it, but it’s just not really for me.
I started learning rust twice now but I just can’t seem to wrap my head around it…so I’ll stick with python for the time being.
Yes yes, I know. Skill issue.
deleted by creator
I believe that Rust is indeed superior, although it’s just impossible to simply change the world into Rust just like that, also I tried learning it, Rust isn’t for me I’ll just stick with JavaScript for the mean time, to learn actually learn that language you need years of dedication and I don’t have free years of my life.