[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology


Thread archived.
You cannot reply anymore.


[Advertise on 4chan]


File: 1739148020024563.jpg (939 KB, 1200x1185)
939 KB
939 KB JPG
Few understand.
>>
>>107080891
>retarded soiposting thread
>>
File: 1762087938373.png (1.81 MB, 1200x1185)
1.81 MB
1.81 MB PNG
>>107080891
Even fewer understand.
>>
>>107080905
>dude you are LITERALLY being brainwashed
>shut up bigot. what about safety? do you want grandma to die?
>>
File: le gnosis.png (480 KB, 668x696)
480 KB
480 KB PNG
>>107080905
>gemmy caveposting bread
>>
File: brogrammer.jpg (23 KB, 400x400)
23 KB
23 KB JPG
>>107080950
Nice melty.
>>
>>107080938
HE ROUND
>>
File: segfaulting cnile.png (462 KB, 1907x825)
462 KB
462 KB PNG
>cnile
>projection
>doesn't even know what the C logo is
>>
File: 1760471425502592.jpg (358 KB, 1200x1184)
358 KB
358 KB JPG
>>107080891
OP here
Oopsie, i made a whoopsie
>>
>>107080891
how to ruin a cnile in one word: "locales"
>>
>>107080938
>implying that language is better
>>
isn't rust a replacement for C++? why do they try to pit it against C?
>>
>>107083041
Rust is a replacement for competent white males. It's just standard iconoclastic destruction of existing culture, tradition, and ways of getting stuff done that lefties always pull during their color revolutions.

It's "defund the police" for computers.
>>
>>107080891
Few understand what? That Rust was invaded by political activists? I that's well known.
>>
>>107083096
>Rust is a replacement for competent white males.
Then /g/ has no reason to seethe about it since they're neither competent nor white nor males.
>>
>>107083096
No it's not retard. First if all rust was made by a while male and he did it because he was frustrated with an elevator that was always breaking. From a technical standpoint Rust is simpler C++ with "smart pointers" (not exactly but for sake of argument) integrated into the language and other modern features. The woke invaders are the ones that ruined everything, not rust itself. Woke invaders are ruining all kinds of projects, NixOS also being a victim.
>>
>>107082901
> locales
Yeah, that’s a fucking mess.
Luckily, in practice, you don’t really have to deal with them. C++ one-ups that attempted destruction with facets.
>>
>>107083178
You knew exactly what I was saying. Rust is being used as a direct action take over tool.

Obviously a language is just a language. Esperanto is just a retarded bastard language, but the WEF wanting us all speaking it by 2030 is the problem. Common Core is mostly just "mathemagic" that smart people did intuitively, but teaching it and using it as the sole grading metric is the problem.

The 5 Olds.
>>
>>107083298
*4 olds
>>
>>107083298
That's what assembly developers said of C at the time. Yes it's being used for trash like uwutils but it's also being used for decent tolls like fd. You win some and lose others.
>>
>>107083378
I fucked up it's uutils. It's still trash not because it's in rust but because if ulterior motives.
>>
File: Screenshot.png (276 KB, 1706x1128)
276 KB
276 KB PNG
>>107082245
>implying there is a true C logo and it wasnt just soulless sloppa created for blogspam like picrel
>>
>>107083378
>That's what assembly developers said of C at the time
nta but that was dumb
c and asm are wholly different beasts
and writing *everything* in asm when a higher level language is available is profound mental retardation, aka: autism

ffw 50 years
were still using asm where it makes sense to

rusts ambition is just to replace c-like even if thats not its usecase
theres a convergence of several interests to push for rust even if its unbaked
results? picrel. uutils vs coreutils
ntm the lang itself is bad. bad syntax, too complex, retarded deployment mechanisms, wrong target
what the industry needs is something like c#, but faster
>inb4
look at the adoption rates of rust.
>>
>>107083466
>forgot picrel
bc of course i did
>>
>>107083466
What are you on about? C was considered high level and slow at the time despite being safer than assembly, and veteran developers refused to use it for years, even in gaming. Even when compilers were faster than the best assembly you could do, and had some cross platform guarantees, some game developers still refused to use C. It fits today's comparison of C vs Rust, the difference that politics now are included. You're fitting your modern logic into past logic.

As for needing something like C# but fast, that's doesn't make any sense. C# includes GC and VM. If you take those off it's not C# anymore. You cannot have Rust guarantees and at the same time want something like C#. If what you want is something like C#, there's Java, Kotlin, Scala, Go, and even to some extent, Python now that it has type hinting. It's fast enough for the large majority of cases. C# will never be the go to programing language in opensource because it's controlled by Microsoft.

Your criticism should be further detailed because what I think you mean is that Rust is not stable enough, not easy enough, and should be simpler than what it is. What you want is a better Rust of sorts. That's my best guess. In my opinion Rust itself is not that bad compared to C or C++, it's the whole politics around it that is bad.
>>
>>107084082
>What you want is a better Rust of sorts.
thats exactly what i want
im not inimical towards the idea of safety etc...
i wont take advantage of it but it doesnt take a genius to understand the appeal of something like that.
we have c, asm for the lower-end of stuff
we have c++ with enforced interfacing etc for higher level considerations, but given its c legacy its doing a spilt of sorts
trying to do everything well enough, while being portable and safe. and thats how the lang became a jack of bloats, master of nothing
i wouldnt mind seeing it completely replaced with something purpose-built for the usecase, and the era.
a better rust of sorts. a lang built wiith safety etc but which is fast, and as easy to use as c#. prolly compiled otherwise its a discount java that im describing...

sorry for the delay
father graced me with a surprise visit
>>
>>107084082
>>107084851
heck, i wouldnt even mind a c replacement
but all thats been offered is aiming at "doing more than c"
thats not whats needed.
whats needed is something that does exactly what c does, only better
modern, 2025 c has shit like using parentheses to give hints to the compiler hints on the dependency of operations, which in turn translates into asm, but written in a way that hints to the cpu, in turn, which operations can safely be out of order'd.
none of that is written in the standard, none of that is properly explicit.
i mean, i can work with that, but i see many people having issues, understandably so
we use c just because its the best we got.
>>
>>107080891
Rust is more of a replacement to rust than c.
Still for 99% of usecases it'll be a better choice than them.
>>
>>107082876
microsoft java / 10 bait



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.