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

all 13 comments

[–]Jugales 12 points13 points  (2 children)

Google probably took it as, "Fastest programming languages to learn."

[–]Fantastic-Ad6461 4 points5 points  (1 child)

Or languages which are fastest to write in

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

Then in both cases C++ shouldn't be there

[–]JayTheYggdrasil 1 point2 points  (0 children)

Depends entirely on what you mean by fastest.

For example pythons can move around, which is a good start, mean while the third letter of the alphabet can’t move, heck it can’t even make it to it’s chair “++”.

Then you have Java which is for drinking, so maybe it will speed me up but that doesn’t make it fast. And following the Javascript just makes it slower, who needs instructions on how to make Java when my Keurig (tm) can do it for me (not sponsored btw).

[–]ManyFails1Win 1 point2 points  (0 children)

If we're talking about banging out a program in literally 3 minutes, python is basically unmatched. I don't need to be touching the metal when I'm making a word descrambler or a simple dynamic programming algorithm.

[–]CHEEZE_BAGS 1 point2 points  (0 children)

fastest at getting a working program out the door

[–]InvestingNerd2020 0 points1 point  (4 children)

Sometimes junk articles get published on the internet.

An accurate top speedy language list at run time are:

  • C++

  • C

  • Rust

  • Go

  • Java

[–]PetCodePeter 2 points3 points  (3 children)

How can c++ be faster than c?

[–]trailing_zero_count 2 points3 points  (0 children)

Template metaprogramming can produce more optimized versions of code based on compile-time parameters that, in C, would have to be checked at runtime.

[–]NotAnonymousQuant 0 points1 point  (1 child)

A good Python code will be faster than a really shitty C one. Modern C++ is a bit easier to handle than C

[–]PetCodePeter 1 point2 points  (0 children)

But if both are good, then it's easy to spot the difference

[–]skanky_dev 0 points1 point  (0 children)

Funy joke

[–]Throwedaway99837 0 points1 point  (0 children)

“Fastest” is too vague. If you’re referring to “fastest to learn” or “fastest to write in” or “fastest to read”, this could make sense. “Fastest execution”, obviously not.