摘要:
转自http://relistan.com/a-week-with-mozilla-rust/A Week with Mozilla's RustI want another systems language in my tool belt. I want a language where I can be much more productive than in C: one in which I do not fear the correctness of my memory management, and don’t have to go through major gyrati 阅读全文
摘要:
As Brian Kernighan once observed, “Controlling complexity is the essence of computer programming.” .Debugging dominates development time, and getting a working system out the door is usually less a result of brilliant design than it is of managing not to trip over your own feet too many times.Assemb 阅读全文