Hacker News new | ask | show | jobs
by germandiago 813 days ago
For me Hylo is the most elegant object model I have seen so far in the sense that it achieves dafety without all the anniyations and borrow checks that Rust performs. It just fits well the model for thinking yet it enables lots of optimizations. Of particular mention is that copies are lazy and can be passed freely and will only be done transparently on demand. That is what keeps the model simple.