Hacker News new | past | comments | ask | show | jobs | submit login

What languages scale better in that regard? Genuinely interested in recommendations.



C# and C++. In C#, you can use pointers but most people don't even know because they so gracefully become invisible. Also ref/in/out keywords are there when you need them and invisible when you don't. Likewise, you don't even need to know about move semantics in C++ to make a simple web server.

That said, C# and C++ most certainly have their fair share of issues.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: