ZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 22 hours agoRust Derangement Syndromelemmy.worldimagemessage-square43fedilinkarrow-up1109file-text
arrow-up1109imageRust Derangement Syndromelemmy.worldZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 22 hours agomessage-square43fedilinkfile-text
minus-squareMubelotix@jlai.lulinkfedilinkarrow-up21·22 hours agoAnything you used to make in C, C++, C# and Typescript
minus-squarelambalicious@lemmy.sdf.orglinkfedilinkEnglisharrow-up4·17 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-up2·13 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-squarelambalicious@lemmy.sdf.orglinkfedilinkEnglisharrow-up2·6 hours agoYou are almost inspiring me to go see this live.
minus-squareSpaceNoodle@lemmy.worldlinkfedilinkarrow-up10·21 hours agoJust wrap it in unsafe tags and you can accomplish the same things you can already do in any other language!
minus-squareZILtoid1991@lemmy.worldOPlinkfedilinkarrow-up2·21 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-up7·21 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
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.
Just wrap it in unsafe tags and you can accomplish the same things you can already do in any other language!
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