ZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 15 hours agoRust Derangement Syndromelemmy.worldimagemessage-square36fedilinkarrow-up189arrow-down125file-text
arrow-up164arrow-down1imageRust Derangement Syndromelemmy.worldZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 15 hours agomessage-square36fedilinkfile-text
minus-squareMubelotix@jlai.lulinkfedilinkarrow-up20arrow-down2·15 hours agoAnything you used to make in C, C++, C# and Typescript
minus-squareSpaceNoodle@lemmy.worldlinkfedilinkarrow-up10arrow-down3·15 hours agoJust wrap it in unsafe tags and you can accomplish the same things you can already do in any other language!
minus-squarelambalicious@lemmy.sdf.orglinkfedilinkEnglisharrow-up3arrow-down2·10 hours agoExcuse me but, can Rust even give me undecipherable Lore Ipsums of diagnostics at the same level that C++ can? If not, it’s not even a competition.
minus-squareMubelotix@jlai.lulinkfedilinkarrow-up1·6 hours agoThis may be cheating but yes, sometimes there are cycles in type/generic definitions and the compiler loops their identifiers over and over, nesting them inside each other
minus-squareZILtoid1991@lemmy.worldOPlinkfedilinkarrow-up2arrow-down1·14 hours agoBut be noted it’s really not a drop-in replacement language for C-derived languages. It’s more like OCaml with curly brackets.
minus-squareMubelotix@jlai.lulinkfedilinkarrow-up6·14 hours agoYes of course. But there is nothing you can’t do. Only thing that may retain some of you is tooling that wasn’t ported
Anything you used to make in C, C++, C# and Typescript
Just wrap it in unsafe tags and you can accomplish the same things you can already do in any other language!
Excuse me but, can Rust even give me undecipherable Lore Ipsums of diagnostics at the same level that C++ can? If not, it’s not even a competition.
This may be cheating but yes, sometimes there are cycles in type/generic definitions and the compiler loops their identifiers over and over, nesting them inside each other
But be noted it’s really not a drop-in replacement language for C-derived languages. It’s more like OCaml with curly brackets.
Yes of course. But there is nothing you can’t do. Only thing that may retain some of you is tooling that wasn’t ported