Okay, my main two languages are Ruby and C++. Although I've learned Ada out of school and I'm learning Scheme in school now, I don't consider them languages I'm generally GOOD with. So I'm wondering what third language I could learn to balance myself out.
Name:
Anonymous2012-01-16 10:02
>>70
C/C++ is still relevant. Look at research in motion. Their 8000 series of smartphones had UI's written in java. It was unresponsive, laggy and miserable. The 9000 series of smartphone had UI's rewritten in native code (c/c++) and was way faster and much more responsive. Android has the same problem nowadays. My opinion: Java doesn't belong on smartphones.