Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
IshKebab
on March 14, 2019
|
parent
|
context
|
favorite
| on:
The ups and downs of porting 50k lines of C++ to G...
He means the magic where built-in containers magically get to be generic, where custom containers do not (because the language didn't support it).
Contrast that with C++ where all containers are implemented in C++ without cheating.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Contrast that with C++ where all containers are implemented in C++ without cheating.