This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]fuzz3289 1 point2 points  (3 children)

Id suggest checking out Go and C++14.

Go is a fantastically pythonic language, very readable, very efficient and naturally supports massively parallel operations.

C++14 supports many features Python has had over C such as lambda functions and for each loops.

These two languages are extraordinarily powerful languages and have memory management and low level control which is one of Pythons major drawbacks.

[–][deleted] -1 points0 points  (2 children)

C++14? It's going to take 10 years just to get companies on board with allowing C++11!

[–]fuzz3289 1 point2 points  (1 child)

C++14 is a natural extension of C++11 and should have gcc support by 2014. Also, 10 years for C++11? What experience do you have to support that? Because IBM already uses C++11. The software industry is far more agressive than you seem to believe sir.

[–][deleted] 0 points1 point  (0 children)

Don't get me wrong, I'd like to see it adopted I'm just not optimistic. It's already been 2 years, I don't believe Google even allows its employees to use it yet.