Name: Anonymous 2013-12-23 14:18
I'm looking for a C-like language that
1. keeps the pointers;
2. has generic types;
3. has better string handling than C;
4. doesn't make OOP-style for your own programs mandatory;
5. isn't C++.
Is there a better option than Go? It lacks generics.
1. keeps the pointers;
2. has generic types;
3. has better string handling than C;
4. doesn't make OOP-style for your own programs mandatory;
5. isn't C++.
Is there a better option than Go? It lacks generics.