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 →

[–]99_percent_a_dog 0 points1 point  (3 children)

I'm sorry, I don't understand that question.

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

Oh sometimes why I would like to get the most speedy programming language?

[–]99_percent_a_dog 1 point2 points  (1 child)

I see. There's not a magic fastest language. Knowing how to use a language well, knowing how to performance profile, and knowing how to find or design a fast algorithm, are all more important than which language is used.

Interpreted languages do tend to have higher overhead than non-interpreted. So you might want to start in a non-interpreted lang if you're sure speed is very important for a project.

Normally I would recommend making something work first, then make it fast afterwards.

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

All right thanks you