hello
which language will be more advanced or faster in the future.
C++, as used by the "Arduino language" is compiled and will always be faster on the same hardware than microPython, which is an interpreted language
Having said that, if microPython runs fast enough for your application then it does not matter which you use
What do you mean by "advanced" ?
Thanks for your interest.
I meant which language will be advantageous in 5 or 10 years.
What do you mean by 'advantageous' ?
I'm looking at the bechmark tests.
They test the same code in two languages.
arduino language finishes ahead by far.
Will this difference decrease over time or will the arduino language (c++) always be faster in code processing?
Who are "They" ?
Obviously they are not testing the same code because they are using different programming languages. What they may be testing is an implementation of the same algorithm using the two languages
As I said before
This will always be true
Thanks for your help. I will improve my arduino c++ knowledge then.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.