Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
dllthomas
on Oct 23, 2013
|
parent
|
context
|
favorite
| on:
Deep C and C++ (2011)
I'm not sure "provide only one way of doing things" is a core principle of C. It at least seems to have fallen to "type less" in several cases:
i = i + 1; i += 1; i++; ++i; a[i] *(a + i) a->foo (*a).foo
humanrebar
on Oct 23, 2013
[–]
You left out: i[a]
dllthomas
on Oct 23, 2013
|
parent
[–]
I considered it, but decided it would be more noise than substance in this particular list. I do like that pun, though.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: