diff options
author | chriseth <chris@ethereum.org> | 2017-11-14 01:39:27 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-11-16 20:18:43 +0800 |
commit | 03b3faa8ef5a4e4342c541102526214519ab9f5a (patch) | |
tree | 63f54550dcd0ac1451845b26e341cc06b612c86f /docs/index.rst | |
parent | 58e452d14dd3d2caa1d3edb7ff181c32820174e4 (diff) | |
download | dexon-solidity-03b3faa8ef5a4e4342c541102526214519ab9f5a.tar.gz dexon-solidity-03b3faa8ef5a4e4342c541102526214519ab9f5a.tar.zst dexon-solidity-03b3faa8ef5a4e4342c541102526214519ab9f5a.zip |
Tone down similarity to JavaScript.
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 14350043..05fc094e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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. |