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

Really? Not trying to be derisive, just surprised. One of the common paradigms in C is GOTO for cleanup and error handling. I know it can be avoided if you really try however when used correctly, it can greatly improve the readability of code.


C gotos are scoped to the function, making them fairly reasonable to use. COBOL and FORTRAN have global gotos.


Real programmers use INTERCAL's COME FROM


Oh lord, it's been a while since the last time I've heard someone mention INTERCAL.


That language with no pronounceable acronym remains an important teaching tool for programming language learning and design.




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

Search: