Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I do not understand the focus on memory corruption, it is not the major problem in embedded development. In my experience, the vast majority of problems were due to logic failures. Sometimes there was a buffer overflow which was detected in an old function when something new was implemented somewhere else..

For me the way to go are tools like matlab simulink to better figure out a complex program, and not yet another language trying to catch memory corruption bugs.



It's probably because memory issues are simultaneously one of the simplest, most easily-defined issues to solve and also potentially quite severe.

The more important issues we face are also significantly more difficult to solve with a simple tool, so there's correspondingly fewer solutions to even look at and they're often more disruptive to test than a new language.


Indeed.

Anyway i would love to have an open source Simulink-like IDE which generates C code. There is currently not much choices in model based tool, and none are open source.




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

Search: