Hacker News new | ask | show | jobs
by direwolf20 136 days ago
You can make strings (or bignums or matrices) more convenient than the C default but you can never make them as convenient as ints, while in C++ you can.
1 comments

Yes, but I do not think this is a good thing. A programming language has to fulfill many requirements, and convenience for the programmer is not the most important.
Empirically it is. All the most used languages are the most convenient ones.