Some notes on Rust
weaselcat via Digitalmars-d
digitalmars-d at puremagic.com
Thu Feb 5 21:07:39 PST 2015
On Thursday, 5 February 2015 at 14:17:16 UTC, bearophile wrote:
> In the best language blog:
> http://lambda-the-ultimate.org/node/5113
>
> The discussion is long. They discuss if a good GC can be
> written in the language itself, about actual security, what a
> GC can and can't do, and more.
>
> Bye,
> bearophile
although it's not a language feature, I rather like how
'structured' their development feels, they even have a github bot
that automatically warns if a PR contains modified unsafe code.
More information about the Digitalmars-d
mailing list