Rust--: Rust without the borrow checker
github.com
Rust--: Rust without the borrow checker
1–10 of 269 posts
Re: Rust--: Rust without the borrow checker
#2A motivation section in the readme seems like it is needed.
Re: Rust--: Rust without the borrow checker
#3Are the compile times noticeably faster?
Re: Rust--: Rust without the borrow checker
#4C++ with extra steps?
Re: Rust--: Rust without the borrow checker
#5Uh oh, this might look like a potentially memory-unsafe version of Rust...
Re: Rust--: Rust without the borrow checker
#6[flagged]
Re: Rust--: Rust without the borrow checker
#7Are the compile times noticeably faster?
Probably not, because it seems like it still checks for errors but just suppresses them.
Re: Rust--: Rust without the borrow checker
#8This should be called trust, because it does view the developer as evil.
Re: Rust--: Rust without the borrow checker
#9A motivation section in the readme seems like it is needed.
Re: Rust--: Rust without the borrow checker
#10Uh oh, this might look like a potentially memory-unsafe version of Rust...
Rust++ would be a nicer name then