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

The problem with modern C++ is that people stick to their programming styles. Many will use some of the new good features but they will also use the old ones (pointers!) because it's so easy to use them. Rust however forces people to accept new programming styles because the legacy ones (pointers!) are not appreciated.



Pointers are great for resource saving, eg. embedded. Don't underestimate them.


In embedded systems pointers make some sense but not in usual applications. This is the way how Rust can work:

http://mainisusuallyafunction.blogspot.de/2015/01/151-byte-s...




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

Search: