logoalt Hacker News

xigoiyesterday at 9:28 AM2 repliesview on HN

The problem is when you accidentally write an infinite loop. In a different language, you run the code, see that it gets stuck and fix it. In C, the compiler may delete the function, making it hard to realize what is happening.


Replies

account42yesterday at 9:38 AM

This is not a problem that C or C++ programmers actually encounter, ever.

show 1 reply
1718627440yesterday at 10:04 AM

Note, that this is not true for C.