Hacker News new | ask | show | jobs
by hawk_ 1281 days ago
No borrow checking is effectively a dialect of Rust?
1 comments

Without a borrow checker, at best it can be considered a code generator for pre-certified Rust source code. Possibly useful, but you'd still need to have rustc in the loop.