I'm gonna learn AND use Rust

I'm gonna learn AND use Rust

Attached: squishable-ferris.jpg (2048x1870, 525K)

Other urls found in this thread:

hub.nimiq.com/cashlink/#KsX6e3E7TXlA_YwsbjvfEOZjFF9X2yRunBfmwqy0Ga8AAAAAAJiWgAI0dQ==
twitter.com/SFWRedditVideos

What are you going to use it for?

hmmm I don't know yet
maybe some WASM app

>a thread died for this attention whore

Attached: 1564522168873.png (337x402, 77K)

Kill it with fire

Why should anyone learn Rust over Go/C++

Eh, enjoy being a hipster.
If you REALLY want to be hated, you should learn how to use BASIC instead, and create great applications.. in visual basic 6

The borrow checker is comfy, user, not to mention the type system is insanely powerful and puts C++'s metaprogramming to shame.

Good luck.

>everyone superior to me is an attention whore
Cope.

>C++
You mean C99. Stop shilling on Jow Forums Bjarne. You've done enough damage

more expressive and orthogonal language features than either

one thing is sure, that Rust will be there in 2100 while Go will not

quintuple of truth

cute snibeti snab

Go's usecases are completely different than C++ or Rust. It can compete with node and python at best. And it's not even good at it's good parts.

You should learn Rust even if you only use C++. It doesn't hurt to learn something new, but it surely gives you some insights and knowledge about programming in general. Especially when it comes to langs like Rust, which was created to fix many issues of C/++ and programmers. It can teach you about many easy-to-miss mistakes in seemingly correct code(eg referencing vector elements).

Attached: dancing-ferris (1).gif (734x490, 258K)

I just came here to tell you your Thinkpad is beautiful

based

>webdev

eww

Good pick buddy, here's a little tip in a Rust based cryptocurrency.
>hub.nimiq.com/cashlink/#KsX6e3E7TXlA_YwsbjvfEOZjFF9X2yRunBfmwqy0Ga8AAAAAAJiWgAI0dQ==

>not enjoying writing c++/rust and just translating it to wasm for the benefit of writing in an enjoyable language while racking up the webdev cash

You don't deserve those digits

My biggest issue learning to deal with C/C++ is using external libaries
Looks like rust has this covered pretty nicely, i like that

Attached: 1566067529481.jpg (640x960, 95K)

copy pasting a header txt file is not much to deal with

conceptualize the odor

Im trying to use SDL2 and compile on windows. Any advice?

don't use windows

>cluless the post

I intend to make things for people I know, who all use windows. I would imagine that it would be easier to compile it on windows without it fucking up than finding a way to crosscompile it

>clueless
In what way, user? Are you suggesting that Go's lack of generics is better than Rust?

Remember, if it's constantly shilled here, it's shit and not worth trying.

go is gay lol

Good for you

I mean, if you don't need to build the binaries, just compile that shit the normal way (gcc from mingw). What's the problem?

>node and python
disgusting

>Go
disgusting

Languages constantly shilled on Jow Forums:
C
Lisp
Haskell
Ada

Languages constantly shilled against by Jow Forums:
Rust
C++

Very eye-opening.

It's almost like nobody on Jow Forums has written a real program in their entire life.

#define real program.
i made a temperature conversion software in c

Attached: 657786879.png (512x320, 9K)

>tfw Rust and C++ are my favorite languages
It blows my mind that there are people who take time out of their day to write posts saying that C is better than either

[x] Based
[x] Redpilled

Attached: F2B5A161-F929-498A-ADBF-CA2F1F350E48.gif (540x540, 605K)

adorable crab

based

Generics, safety [spoiler]and metaprogramming[/spoiler]

>rustfag
>"superior"

if you're using rust you must be a trannie, so I'll ask you to post your legs wearing your programming socks of choise

Rust is constantly shilled, period. I wonder who could be behind this?

Dilate

obtain intercourse

Dilate

what the fuck kind of retard post is that jesus christ zoomer who hurt you

Fornicate

see

Based and checked

Attached: 1564429702026.gif (321x262, 320K)

Engage in copulation

enjoy your aids :^)

give birth

You can only get AIDS from unsafe Rust.

subsist

One thing is sure, C and C++ will be there in 2050 while Go and Rust will not.

participate in mating

nobody cares

abuse the mentally ill by enabling them

>abuse the mentally ill
I like doing that

Attached: 1537487425281.jpg (1111x806, 633K)

Call me back when there's a Rust thread nobody tries to derail into a white-male insecurity flamewar.

Krabbe?

I like rust because it has a very capitalist philosophy:
>lack of shared ownership
Pretty based.

>literally the first example in any C tutorial/book

dilate

Dilate

I'm gonna capture this crab AND eat it.

Attached: rustcrab.png (448x1140, 771K)

I love Ferris!!

ands its already functional..

Rust fags seem to be more busy spreading propaganda than writing programs.

I'm gonna learn embedded development using Rust!

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

Does anyone have any experience writing #![no_std] Rust? Is it as awful/tedious as it seems? Are there any recommendations for those trying to use it in embedded devices?

Can you buy these somewhere?

Seething

Attached: gender_ferris.png (1920x1080, 116K)

So? It's not xe/xir nonsense anyway

but.... why though? C is literally the perfect language for embedded. Almost everything you want to do with embedded dev is unsafe code in Rust.

big whoop, a fake crab isn't referred to as a man or woman

Why it isn't referred as "it"? What gender is "it"?

it is what you'd call an object, you wouldn't like to be called it would you?

>international jewry make mascot crab no gender

>Almost everything you want to do with embedded dev is unsafe code in Rust.
Now... I know it's incredibly complicated, but bear with me... what if you took that unsafe stuff that you do and wrapped it in a safe interface by using RAII patterns and all that, and used that safe interface to build your program on top?