|
|
|
|
|
by bullen
2953 days ago
|
|
In a multi core future only Java (C#) and C (C++) make sense because they share memory between threads. You can learn to dabble in JavaScript for single threaded web gimmicks. C++ only gives you streams, everything beyond that is over engineered. So I would say: learn C! All other languages should be avoided. Let the down voting begin. |
|