Merge pull request #3195 from ethereum/chriseth-patch-1

Tone down similarity to JavaScript.
This commit is contained in:
Alex Beregszaszi 2017-11-22 13:25:04 +00:00 committed by GitHub
commit ff229ab05a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,8 @@ Solidity
:align: center :align: center
Solidity is a contract-oriented, high-level language for implementing smart contracts. 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 Solidity is statically typed, supports inheritance, libraries and complex
user-defined types among other features. user-defined types among other features.