Is javascript going to replace c in embedded systems? Due to ioT development in embedded system?
I also searched it on Google. It shows that there are several tools in JavaScript,to work its source code in embedded systems effecient way.... especially in ioT I find that it have a JIT compiler to turn it's source code to native code [which make it fast] And its garbage collector used to clear unused memory automatically... [This garbage collector didn't occupies more space on RAM unlike other languages garbage collector] due to special framework ioT.js Here that frameworks, you can find https://analyticsindiamag.com/top-10-javascript-frameworks-to-use-in-your-iot-project/#:~:text=js%20is%20a%20framework%20for,kilobytes%20of%20RAM%20available%20device. Please conclude, is javascript going to replace C in Embedded systems....Due to development of ioT in embedded systems?