Hacker News new | ask | show | jobs
by man2525 2332 days ago
Based on the earlier discussion, I have to wonder why C requires forward declarations if it's using a compiler that performs 4 passes and has dependency checking that even other languages defer (and compile) to. Is it standardization?