Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Rust MIR scam

Name: Anonymous 2018-10-24 7:36

They promised that borrow checker wouldn't bother you with MIR doing the hard work.
https://blog.rust-lang.org/2016/04/19/MIR.html
Guess its not working:
https://www.reddit.com/r/rust/search?q=borrow+checker&restrict_sr=on&t=year

Name: Anonymous 2018-10-24 7:47

NLL isn't even in stable nigger

Name: Anonymous 2018-10-24 7:59

>>2
Wasn't this merged in Dec 21, 2017?
https://github.com/rust-lang/rust/pull/46862

Name: Anonymous 2018-10-24 8:14

Its like they don't realize the #1 flaw of Rust that limits its userbase to masochists and SJW cucks willing to be cucked by the borrow checker every single day.

Name: Anonymous 2018-10-24 8:27

The ways people deal with borrow checker:
1.The Official Way: Anally deform their programs to satisfy borrow checker's every whim. When a program reaches a sufficient complexity level the programmer gives up and moves to next few options:
2.Use lots of global state and copying.
3.Use macros as much as possible and #2.
4.At last resort write a C library and call it.

Name: Anonymous 2018-10-24 16:27

Just use C++

Name: Anonymous 2018-10-24 18:28

Languages with dependent types tend to not have borrow checkers.

Name: Anonymous 2018-10-25 5:15

>>7
They instead have full-blown proof checkers.

Name: Anonymous 2018-10-25 6:07

>>7
is there any language other than Rust that has a borrow checker? it's their're are compromise between having memory safety and not having GC. languages with dependent types tend to have GC

Name: Anonymous 2018-10-25 7:24

>>9
It is also due to mutation.

Name: Anonymous 2018-10-25 7:29

implement dubs checker

Name: Anonymous 2018-10-25 11:28

>>3
The NLL feature isn't in stable. You need to be on beta/nightly and add #![feature(nll)] to the crate root or use Rust 2018 where NLL is enabled by default.

Name: Anonymous 2018-10-25 13:01

>>6,5
There is also the option of using raw pointers and unsafe blocks.

Name: Anonymous 2018-11-05 15:58


Don't change these.
Name: Email:
Entire Thread Thread List