Mohammed Ayar
1 min readJan 20, 2021

--

Hello everyone,

That's an interesting thread.

Indeed you guys are right to some extent.

When I stated "Most of us", I was speaking statistically. To confirm that, Javascript and Python both top the ranking of programming languages according to StackOverflow 2020:

https://insights.stackoverflow.com/survey/2020#technology-programming-scripting-and-markup-languages-professional-developers

However, it is known that statically-typed-languages like C++ are safer (Compile-time checks), robust, and stress-resistant. That's why they are usually deployed in production codes. I 'll soon finish a story regarding that.

Now, In my opinion, I think the best choice is to use a mix of the two. For example Python for prototyping and C++ for large codebases.

For the records, this article is the fruit of experience, research and discussions with professionals. And it was written to give people from all walk of life a taste of languages performance. I was not pulling out of my hat.

Feel free to reply accordingly

--

--

Mohammed Ayar
Mohammed Ayar

Written by Mohammed Ayar

Software and crypto in simple terms. Ideas that make you think.

Responses (3)