← Home ← Back to /g/

Thread 106384765

41 posts 14 images /g/
Anonymous No.106384765 >>106384873 >>106384912 >>106385784 >>106385913 >>106387728 >>106390782 >>106391307
honestly Rust is GREAT, C++ SUCKS
Based No.106384860 >>106385090
shit thread
Anonymous No.106384873 >>106385090
>>106384765 (OP)
massive bait, sage
Anonymous (ID: Heaven) No.106384900 >>106385090
Anonymous No.106384912 >>106385090 >>106385118 >>106389846 >>106391036
>>106384765 (OP)
>honestly Rust is GREAT

<-- Yes, Rust just got the top Gartner quadrant on Programming Languages, Q2 2005 !!
Anonymous No.106385090 >>106385127 >>106385130 >>106386111 >>106391362
>>106384860
>>106384873
>>106384900
>>106384912
you are all gay, I shouldn't have let you guys trick me for so long. the compiler and toolchain is fantastic
Anonymous No.106385118
>>106384912
didn't get the memo westoid?
>>106329706
Anonymous No.106385127 >>106385153
>>106385090
But the language sucks-
Anonymous No.106385130
>>106385090
nigga if you don't tattoo the rust logo you're a failure in life
Anonymous No.106385153 >>106385216 >>106385221
>>106385127
why do you guys say this? I enjoy the syntax. I actually enjoyed C++, but the experience using rust is just objectively superior
Anonymous No.106385216 >>106385258
>>106385153
Anonymous No.106385221 >>106385258
>>106385153
>I enjoy syntax
holy mother of suicide notes, I've seen bad syntax but this shit takes the cake. It's so bad that it's essentially useless.
Anonymous No.106385258
>>106385216
lmao what is possibly jewish about memory safety, strong typing and good toolchain?

>>106385221
no it's not
Anonymous No.106385784
>>106384765 (OP)
I do rust, c++, c, java, python, and JS when I have to. rust is objectively the best. I actually had to pick rust up to port some c++ lib. it's unironically great. anyone not willing to mix and match is just missing out.
Anonymous No.106385913 >>106388204 >>106389583 >>106389835 >>106391060
>>106384765 (OP)
How can anyone defend this?
Anonymous No.106386094 >>106391274
tell me why C++ is bad without pretending that C++ is still in its pre-C++-98 state
C++ is as close to computing perfection as it gets for an efficient language, and each standard gets closer and closer
Anonymous No.106386111
>>106385090
You have to understand, anyone badmouthing anything in terms of being involved in programming and/or technology is simply trying to winnow the competition.
More people means more competition which in turn means less money and less job security.
Don't listen to anyone around here.
Anonymous No.106387728
>>106384765 (OP)
I will never consider trying it because of shit shill threads like this. Keep going OP.
Anonymous No.106387761
Anonymous No.106387869
i have yet to find a need to learn another language. i've learned BASIC, COBOL, C, C++, C#, Java, and Python, and i'm set. i'm tired of this language swapping bullshit.
Anonymous No.106388204 >>106388611 >>106390948
>>106385913
This is a beautiful block of code. No states, immutable and zero chance of mistake.
Error states are looked out for too. I love this.
Anonymous No.106388530
This thread and board is filled to the brim with samefagging shills.
Anonymous No.106388611 >>106388915
>>106388204
this looks like the output if someone stepped on a keyboard
Anonymous No.106388915 >>106389325
>>106388611
>I can't understand this language I don't know
Wow really? Do you also struggle to read Stuff with your eyelids closed? Why do you think that is?
Anonymous No.106389325 >>106390675
>>106388915
nono
the forest of punctuation signs is objectively fucktarded
its not without reason that our traffic signs arent a forest of disparate symbols with meaning distributed amongst them

its ok, not everyone needs to be smart enough to consider the ergonomiocs of a language
juts leave that matter to those competent in the subject
Anonymous No.106389583
>>106385913
Too much noise for a very simple logic.
Anonymous No.106389835
>>106385913
I mean, it's not pretty or very readable, but equivalents of this in any other language would be either 3 times longer or just as ugly.
Rust's forced default formatting style is detrimental for cases like this.
Anonymous No.106389846
>>106384912
I wonder (((who))) is behind this post.
Anonymous No.106390675 >>106390734 >>106390759 >>106390796
>>106389325
>punctuations give me the ICK
you sound feminine, can you be my gf?
Anonymous No.106390734
>>106390675
once you optimized 95% away
the 1% remaining is 20% of the time it takes for you to code

if i were gay
you would be the gf
and id mkultra you into being proud of being ALLOWED to clean the house

i did that with hetero women
and faggots are way easier to control
Anonymous No.106390759 >>106390796
>>106390675
>faggots are way easier to control
yeah, i just have to show dominance
it doesnt even need to be sexual
Anonymous No.106390782
>>106384765 (OP)
/g/tards think tinkering with troonix in your mom's basement is a valuable use of your time.
just use the industry standard. don't listen to cnile boomers still living in the 90s.
Anonymous No.106390796
>>106390675
>>106390759
>inb4
just noh.
for a frac tion of a half hearted validation you suck cock
bc you actually like it

faggots = corpo cancer
and thats it

im not talking from the culture point of view
im talking about lgbtgreid scum
/our/tranies have nothing to fear from me
Anonymous No.106390854
clarif:
im anti trany bc of child diddlery AND bc of trany sucking up to big corpo
if trany doesnt do either, thats /our/trany in my book
unironically programming was always a fringe people refuge

but now tranies are pro corpo
thats fuc king american neocon

gtfoh trany fucking neocons
programming is, was and always will be pure anarchism
Anonymous No.106390948 >>106390993
>>106388204
mkay nocoder
Anonymous No.106390993
>>106390948
>filtered by lambdas
>calls others nocoder
Hmmm IDK about this one chief
Anonymous No.106391036
>>106384912
Looks like Ada is system language for non retards. It kinda makes sense. No bullshit syntax, stable, safe, good performance.
Anonymous No.106391060
>>106385913
I mean, this code is patently retarded on the face of it.
What is it even doing? Reading a bunch of files? Why is it being done in such a retarded way?
The inner fold makes no sense. It should be try_fold for one. On top of that, why are you using reader.bytes() on a buffered reader then pushing to a vec instead of just reading the whole reader with read_to_end(&mut buf)?

wtf is this shit? ChatGPT?
Anonymous No.106391274
>>106386094
It has no syntax to check and unwrap a variant at the same time like rusts's match or if-let, so it's more verbose and there's a higher likelihood of dong a bad access.
The iterators are hideous and make stl functions extremely ugly. There are no neatly chainable iterator methods.
Blocks don't evaluate to the last value in the block, so you end up with a lot of cases where you declare a variable and then modify it in conditional blocks, increasing the odds of accidentally not setting something that gets accessed later.
Many projects disable exceptions, so you have to use ugly verbose workarounds like checking iterators to see if something completed successfully.
Not to mention tooling. Using the system package manager for dependencies means building a project can break other things on your computer.
Anonymous No.106391307
>>106384765 (OP)
why should I use it over C? It just looks like C++, Java and ML had a retarded baby
>le safety
ok, now show me production code without unsafe
Anonymous No.106391362
>>106385090
yes, I am gay. do you have a problem with that?