Why Rust for safe systems programming?
Chris
wendlec at tcd.ie
Mon Jul 29 09:49:28 UTC 2019
On Wednesday, 24 July 2019 at 03:45:45 UTC, zoujiaqing wrote:
> Why Rust for safe systems programming:
> https://msrc-blog.microsoft.com/2019/07/22/why-rust-for-safe-systems-programming/
>
> Can DLang be disabled for GC, or is it necessary to disable it?
> Of course, many people do not like betterC.
Apparently, it's not only MS that is happy with Rust. Visly also
uses Rust for iOS and Android:
Layout engine
https://vislyhq.github.io/stretch/
On Github:
https://github.com/vislyhq/stretch
Rust Android integration:
https://medium.com/visly/rust-on-android-19f34a2fb43
The latter, although it looks similar to how you would do it in
D, is of course more stream lined and less awkward.
More information about the Digitalmars-d
mailing list