ZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 1 day agoRust Derangement Syndromelemmy.worldimagemessage-square45fedilinkarrow-up1118arrow-down130file-text
arrow-up188arrow-down1imageRust Derangement Syndromelemmy.worldZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 1 day agomessage-square45fedilinkfile-text
minus-squareMubelotix@jlai.lulinkfedilinkarrow-up21arrow-down2·1 day agoAnything you used to make in C, C++, C# and Typescript
minus-squareSpaceNoodle@lemmy.worldlinkfedilinkarrow-up12arrow-down3·1 day 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-up5arrow-down3·1 day 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-up3·1 day 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-squarelambalicious@lemmy.sdf.orglinkfedilinkEnglisharrow-up3·19 hours agoYou are almost inspiring me to go see this live.
minus-squareZILtoid1991@lemmy.worldOPlinkfedilinkarrow-up3arrow-down1·1 day 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-up8·1 day 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
You are almost inspiring me to go see this live.
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