Solidity Solidity is designed based on existing programming languages like C++, Python, and JavaScript , so it uses similar language structures found in these languages, most likely to make it easy for developer adoption.21 Eki 2021
Read moreDo I need Python for Solidity?
However, unless you want to interact with the smart contract with command line or online tools like Remix Solidity , you will need another language to interact with the smart contract . The second language can be Python or Javascript or any other language which already has some interaction libraries with Solidity.
Read moreWhat is Solidity comparable to?
Solidity is available on: Ethereum . Binance Smart Chain . Ethereum Classic .
Read moreWhat language is Solidity most similar to?
Solidity is a high level language. It is partly designed after ECMAScript and therefore it is said to be similar to JavaScript . But the similarity ends there. It gets compiled (not interpreted) and usually deployed on Blockchains that understand the Ethereum Virtual Machine (EVM).
Read moreShould I learn C++ before Solidity?
I strongly recommend learning a simple language first . Python or JavaScript (in that order of preference) are good starting languages. This allows you to grasp the concepts without focusing too much on the quirks of the language. C++ has a lot of quirks and a lot of features, and it’s easy to get lost in it.
Read moreIs Solidity same as C++?
Solidity Solidity is designed based on existing programming languages like C++, Python, and JavaScript , so it uses similar language structures found in these languages, most likely to make it easy for developer adoption. If you are a JavaScript or C++ developer, this will look familiar to you.21 Eki 2021
Read moreWhat is Solidity similar to?
Solidity looks similar to javascript and python . But with blockchain native features built in.
Read more