state of rust

> state of rust
> takes almost a minute to recompile a tiny alpha utility written in pure rust

How am I supposed to use this software, possibly fix bugs or understand any of it and iterate when every change takes 1min to recompile?
Rust is an absolute clusterfuck, a joke.

Other urls found in this thread:

rust-lang.org/en-US/faq.html#why-is-rustc-slow
twitter.com/steveklabnik/status/796221337043877888
doc.rust-lang.org/book/custom-allocators.html
github.com/Microsoft/checkedc
twitter.com/NSFWRedditGif

That's what happens to you when you fall for the memes fampai. You should try Idris, everything is a recursive set and doing simple arithmetic takes literal seconds.

it would be different if they could fix this, but at this point this is by design. They arent ever going to be able to bring this down to reasonable levels (like ~3 seconds would be my maximum)

This is how it's going to stay and I cant explain the hype that Rust continues to receive. I assume it's Stockholm syndrome kinda similar to Vim nowadays, where you have to spend weeks to months just to be able to finally use it somewhat productively.

>Rust is an absolute clusterfuck, a joke.

use Delphi

steve klabnik... manager of Rust.

>fell for rust meme
just use scala, senpai

>rust
Even C++ is a better choice than rust.

It's pure shill power. Nobody is actually excited for this language because it's fucking garbage and nobody can use it. If you see people talking about it, they are guaranteed to either be paid Mozilla shills, or SJWs jumping on the bandwagon to increase their political power in the tech industry.

It's still in development.

Scala is nice. Is the JVM really worth using in this year? Most languages work well cross-platform because the compiler or standard library does most of the work.

t. mozshilla poster

Rust:
Unicode support is native.
Threading is a lot easier.
Only allow either reading from or writing to a block of data but not both
Better syntax, less ambiguous
Native functional programming support

C++:
Faster compile times

t. C babby

>unicode
anti feature
>threading is easier
no epoll
> no rw on memory blocks
anti feature
> better syntax
wrong
> less ambiguous
again, wrong
> Native functional programming support
#include

Here are some more C++ advantages:
- More libraries
- Can print without newline character without using io::stdout().flush().unwrap()
- Does not feature php syntax

C/C++ works on every platform that exists, can Rust say the same???

>t. I don't know what I'm talking about

>C++:
>shitty unicode support.
>source and headers files (.h, .H .hh, .HH .h++, .H++, .c, .C, .cc, .CC, .cpp, .CPP .c++, .C++) lol
>functional programming support is a meme
>have to rely on boost
>macros
>legacy programming paradigms
>undefined behavior

If you want fast compilation then use Pascal, newfag.

oh no
I'm sorry you couldn't refute any of that.
maybe you should learn to program.

rust-lang.org/en-US/faq.html#why-is-rustc-slow

and dropped

>If you want fast compilation then use Pascal, newfag.

"lol bro, just code it in your head. Really smart people only use the compiler every 30min or more lmao, you must be so dumb to want to compile your program"

> this is how Rust fags actually justify it
> "lol just dont use the compiler"

twitter.com/steveklabnik/status/796221337043877888

Notice the date. What a faggot lmao.

C++ developer:
>"Sorry we only support Windows, it's too difficult to port to Mac or Linux or Power or ARM."

Rust developer:
>"Say no more, senpai."
>"rustup toolchain add ...; rustup target add ...; cargo build --target ..."

>Grouping Moldbug with an internet celebrity and a movement aimed at improving the quality of video game reporting (lol)
It only proves him more right.

what a fucking hypocrite..

>condones violence against people who disagree with him
typical SJW

it's almost like c++ gives you fine grained control over optimization while rust gives you none... huh.

You realize it's just as easy to cross compile C++, right? The only reason projects don't get ported is platfirm specific dependencies.

Non-argument because Rust allows for passing options to LLVM through Cargo.toml.

Rust:
>Perfect allocation and memory layout through jemalloc
>RAII

>jemalloc
>no custom allocator support
literally garbage, F- see me after class.

You can write your own cuck allocator baka

doc.rust-lang.org/book/custom-allocators.html

This scenario would never happen, because nobody would write an application in Rust.

One most hating thinks of C++ are compile times.

Ok, I'll bite.

>>Unicode support is native.
Nice meme. How's your work flow having to open a character pad everytime you see a special character?

>>Threading is a lot easier.
>thread(func)
>hard

>>Only allow either reading from or writing to a block of data but not both
¿

>>Better syntax, less ambiguous
>fn
>println!
I'm sorry, but where?

>>Native functional programming support
Same as seples.

>t. C++ cuck

>seples
>c++ cuck
You must be new.

>compile time
>being important
Rust's got a lot of syntax C babbies just shit themselves trying to comprehend. It's unfortunate, but should be getting cleaned up slightly in the future.

>That's what happens to you when you fall for the memes fampai.
>recommends Idris

...

This guy is a degenerate. He's not part of the Rust team, r-right?

...

How is someone who advocates violence allowed to work at Mozilla?

OMG WOW UGH I LITERALLY CANT EVEN JUST WOW

Sorry social rustice warriors, looks like safe-space systems programming is already being tackled by a company that actually knows what it's doing:
github.com/Microsoft/checkedc

Better luck next time!

ITT: kids do a hello world in rust
>ITS THE BEST LANGUAGE EVER

I'm not a Rustfag, I'm a Pascalfag.

>Pascalfag
hipster

He's, but he's the documentation guy and barely writes actual code into the repos.

># of Issues: 26

Go also has fast compilation times, but the language is barebones compared to Pascal/Lazarus.

Neat. Is this in any way related to liquid types?

Give your program the D, its like C++ but without the suck and you can disable GC unlike go.
It also compiles faster than that piece of shit rust and it has more or less the same modern amenities.