Tone down similarity to JavaScript.

This commit is contained in:
chriseth 2017-11-13 18:39:27 +01:00
parent 58e452d14d
commit 03b3faa8ef

View File

@ -7,7 +7,8 @@ Solidity
:align: center
Solidity is a contract-oriented, high-level language for implementing smart contracts.
The syntax is similar to that of JavaScript and it is designed to target the Ethereum Virtual Machine (EVM).
It was influenced by C++, Python and JavaScript
and is designed to target the Ethereum Virtual Machine (EVM).
Solidity is statically typed, supports inheritance, libraries and complex
user-defined types among other features.