Hacker News new | ask | show | jobs
by ghrifter 3815 days ago
Cool, thanks! I have yet to learn C other than from what I've learned from programming in C++.

I am really interested in learning some C however, especially after this post hit front page a few days ago:

https://matt.sh/howto-c

1 comments

  for (;;) { ... }
is a valid JavaScript and PHP syntax too. And used also as the first few chars of a JSON stream to prevent other sites consuming your internal API (e.g. Facebook uses it, Google+ uses while(1) { ... } which is longer).