I really appreciate the idea of a Rust-like borrow-checker, but I think Rust is too complicated. Wouldn't it be possible for someone to make a smaller language like C, but with a borrow-checker? It seems that most of the aversion to Rust is the sum of its complexity.
A language like C, but with a borrow-checker
1–6 of 6 posts
Re: A language like C, but with a borrow-checker
#2You may be interested in this post and the one it is refining: https://without.boats/blog/revisiting-a-smaller-rust/
Re: A language like C, but with a borrow-checker
#3You may be interested in this post and the one it is refining: https://without.boats/blog/revisiting-a-smaller-rust/
Excellent, that's precisely the thing I was looking for! Thank you! I see that there are some tricky issues that would have to be solved with regards to ergonomy, even with an imagined subset of Rust.
Re: A language like C, but with a borrow-checker
#4[deleted]
Re: A language like C, but with a borrow-checker
#5check out Inko https://inko-lang.org/
Re: A language like C, but with a borrow-checker
#6There’s https://www.modular.com/mojo a Python superset
But it’s meant for AI