[libre-riscv-dev] Rust over C/C++
Hendrik Boom
hendrik at topoi.pooq.com
Fri Jan 3 11:50:43 GMT 2020
On Thu, Jan 02, 2020 at 06:10:17PM -0800, Jacob Lifshay wrote:
> Found this interesting blog article:
> http://cliffle.com/blog/prefer-rust/
The one serious probem I see with Rust is the inability to use a
garbage collector for those applications that do need one.
I'd love to be able to use Rust's reliable allocation control for those
parts of a program where it's adequate, and a garbage collector for
those data where it isn't, and have Rust properly verify the interface
between them.
-- hendrik
More information about the libre-riscv-dev
mailing list