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

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 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++

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