I'm gonna learn and use Rust

I'm gonna learn and use Rust

Attached: 2_1024x1024.jpg (700x520, 38K)

good on you, user. I think you'll find its pretty nice to work with

BASED

Learn OCaml instead

Have fun.

based tranny

Rust is too hard for you, retard

says who

you will never be a woman

I tried reading the official Rust book but it got too complicated for me
I just want to learn it as a hobby and make video game cheats

Attached: 1565508655618.jpg (1007x509, 109K)

Dilate

Based

In order to pay HRT?

Based
Unbased

>try to make a server with Rust
>concurrency is smoothest of any language
mfw dumb Cniles stuck with 1970s crap

Attached: sonic.jpg (399x399, 19K)

Post beginner level projects prompts

the rust mascot is cute

Make sure to read their big CoC first

don't, otherwise you'll find yourself on HRT

Cute ferris :3

Attached: 1560843104005.jpg (1552x873, 225K)

very cute
why doesn't C++ get a cute mascot? They can't possible compete without one

If you want manual memory managment then ATS is a better meme recommendation than OCaml

heelo crustaceans

sure is discord in here

dsicord is the future, grandpa

intact genitals is the future zoomer

Maybe for you, but not everyone is a permavirgin.

hello

Attached: ferris-on-pattern.jpg (1518x1197, 558K)

crab is based

DonĀ“t forget your programming socks.

Attached: file.png (900x1200, 1.16M)

Rust user, enough of these games. I tell you I'm going to learn and use Rust.

Specialisation when, Mozilla?
impl AddAssign for T {
fn add_assign(&mut self, rhs: R) {
let tmp = self.clone() + rhs;
*self = tmp;
}
}

give birth

Why is Rust associated with trannies

Speak for yourself, kid

My binaries are too safe for a machine, let alone a man

nice

Attached: 1539709009152.jpg (346x510, 31K)

trannies find pointers highly problematic

Attached: le pun spic.jpg (210x240, 17K)

Rust has pointers

>>concurrency is smoothest of any language
Try go

it has csp style concurrency like go and other ways as well

programming fishnets are better

NOOOOOOOOOOOO!!!!!!!!!
YOU MUST LEARN C AND PRODUCE STACK- AND BUFFERS OVERFLOWS! AND MEMORY ERRORS! NOOOOOOOOO!

Attached: IMG_20190508_014808280_1_1.jpg (1044x1392, 284K)

Learn python fag

You will regret it and go back to C++.

>be matemathician
>well versed in abstract algebra, pi-calculus and join-calculus
>I can make any language concurrent with practically no effort
>I prove my programs before even compiling, never had need to debug or test my software
cslets should never be allowed near a computer. It's a delicate tool too precious for your monkey hands.

bjarne is a cute
CUTE!

Attached: stroustrup-2011-why-cpp.png (359x539, 297K)

>it's another episode of freshman-who-googled-something-thinks-it-works-like-that-in-the-real-world
Message passing is at most 5% of what there's to learn in concurrency.

>not wearing the superior compression sock
its like you want to fail as a programmer

Attached: f9adbc1d-4599-490a-a7a5-cf19085f8fdd..jpg (225x225, 11K)

hello hello

No, you're just gonna learn it.

I'm gonna buy that plush right now

I like a real type system tho

goroutines are nice enough but traits make it easier to guarantee operations are threadsafe

CSP in go is a joke, it's like toy for children, easy but retarded and totally inefficient and insecure

What the fuck are you talking about? Go has a "real" typing system or whatever that means

not him but no it doesn't

Lmao explain yourself

Newfag (to Jow Forums) here. Why do trannys like rust so much?

golang is the single most biggest joke of a programming language ever conceived, a 12 yo retarded girl would have come up with a better type system


1. NULL pointers, this is a catastrophe for a language that was created in 2008, if you can't understand why, you should get another career
2. empty interfaces are a joke and introduce as whole class of runtime bugs
3. no generics, no enums, no sum types, gotards literally copy and paste chunks of codes just to have the same functionality for every type

ok opinion discarded

ok low IQ retard

you still didnt explain what a real type system is and why go doesnt have one, you are just parroting what you read online m8

user... never ever speak to me again.

I am not going to waste 2 hours to explain every point in details and spoon feed a low IQ retard on an anonymous board

ok so you dont know and is just trash talking it for no reason, ok i get it

Point is, Go has a type system and its real as it gets.

>Go has a type system and its real as it gets
of course, for low IQ retards, it does

do they sell these or is it something someone made?

Attached: Kawaii.gif (500x500, 1M)

Well you still didnt prove that Go doesn't have a real type system and is starting to ad hominem so i understand you dont know shit about this, its ok user

I already state THREE fucking points why Go doesn't have a real type system, just because you don't what the fuck I am talking about doesn't mean you're right

is it just me or are generics an horrible idea?
this looks like the type of shit that you want to reuse but because of language restrictions you wont.

Its ok user i understand you are mad, but those arent valid points, because those are also valid to C

Or are you just refering to weak typing? Please use the correct terms

yes, Go _intentionally_ has a weak type system, which isn't a real type system. Look at their proposals for generics and their retarded "contract" to get around their retarded type system. It's a mess, a fest of retardation

shut up gotard

Read some intro to programming book then? The Rust book shouldn't be challenging if you have some background in a C like language.

what the fuck is that? holy shit

cute wittle buggy wuggy :3

Attached: 1553558657888.jpg (1280x720, 161K)

use std::io;

fn main() {
println!("Guess the number!");

println!("Please input your guess.");

let mut guess = String::new();

io::stdin().read_line(&mut guess)
.expect("Failed to read line");

println!("You guessed: {}", guess);
}

Holy shit, and people say that java is verbose, what an abomination

Aww, Cnile can't handle a little abstraction?

what is verbose here, retard?

How would you make this less verbose? You sound like a retard.

yes they sell them, just look up rust ferris plush

> is it just me or are generics an horrible idea?
> this looks like the type of shit that you want to reuse but because of language restrictions you wont.
Except the syntax ables using the function as a method on any struct implementing the necessary traits?

that's pretty clean syntax tbqh

what should I make in Rust

Attached: s11.jpg (2134x1600, 451K)

docker clone

ANOTHER RUST SHILL THREAD
FULL OF TRANNIES PROMOTING DEGENERACY

HMMMM ITS ALMOST LIKE THERES SOME KIND OF AGENDA HMM

THREADS FULL OF SHILLING BUT HARDLY ANY DISCUSSION ABOUT CODE OR FEATURES HMMM MAKES YOU THINK INDEED

if you're serious I've just started a project which will make use of Hyperledger Sawtooth if you'd want to join me

This looks tasty for some reason.

delusional
#include "stdio.h"

int main() {
printf("Please input your guess\n");
char buffer[3]; // overflow my shit up senpai also what are wide unicode characters lmao
scanf("%s",buffer); //fuck error handling am I right
// the game
printf("You guessed: %s/n", guess);
return 0;
}

>fuck error handling
just don't get errors lol

Is this what happens to tranny penises once they're thrown away?

bit too ambitious for me :( , I wish you good luck though

I figured, that would be a lot to take on all at once. Try implementing some things from Rosetta code, then optimize them

They don't.
It's Jow Forums being retarded as usual.

because if you contribute to the Rust language repository you're supposed to act civil and professional and not call your colleagues niggerfaggots and Jow Forums told me that means if you use Rust you automatically cut off your son's penis

>some kind of renderer
>game server
>FTP proxy that encrypts files on the fly
>physic simulation
>debugger for Rust
>logic circuit simulator(bonus for JIT)

That's my backlog.

>those are also valid to C
Yes. So?

because the borrow checker is the discipline they so desperatly crave that their parents never gave them (or single mothers more often than not)

cope or shill