Hacker News new | past | comments | ask | show | jobs | submit login

I appreciate the honesty in the FAQ. No thread safety and still some open questions about iterator invalidation. I look forward to seeing what they come up with!

Borrow checker style "Aliasability XOR Mutability" does restrict a lot of valid programs, but has some nice properties for scaling large codebases besides the obvious performance advantage of ARC. I can see how this kind of big "down payment" to restructure programs might go against the incremental/fun approach embraced for SerenityOS. More reading on AXM and it's benefits for correctness:

* https://manishearth.github.io/blog/2015/05/17/the-problem-wi...

* http://smallcultfollowing.com/babysteps/blog/2013/06/11/on-t...

* https://manishearth.github.io/blog/2015/05/03/where-rust-rea...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: