Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
xigoi
71 days ago
|
parent
|
context
|
favorite
| on:
Which programming languages are most token-efficie...
I imagine that having to write
for (int index = 0; index < size; ++index)
instead of
for index in 0...size
eats up a lot of tokens, especially in C where you also need this construct for iterating over arrays.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: