On Friday, April 25, 2014, Marcus Brinkmann <
marcus.brinkm...@ruhr-uni-bochum.de> wrote:

> There are also whole classes of bugs in memory-safe languages that can't
> occur in C, for example anything related to garbage collection.
>

Rust doesn't have a garbage collector. It uses region typing so garbage
collection is unnecessary.

This is also the main thing that makes Rust an interesting tool for use
cases where C/C++ would be the only viable options. Rust is a systems
programming language suitable for things like kernel development or
RTOS-free "bare metal" development on microcontrollers.

Anyway, I'd suggest reading a bit more about how it works before dismissing
it out of hand.


-- 
Tony Arcieri
_______________________________________________
cryptography mailing list
cryptography@randombit.net
http://lists.randombit.net/mailman/listinfo/cryptography

Reply via email to