aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-11-14 01:39:27 +0800
committerchriseth <chris@ethereum.org>2017-11-16 20:18:43 +0800
commit03b3faa8ef5a4e4342c541102526214519ab9f5a (patch)
tree63f54550dcd0ac1451845b26e341cc06b612c86f /docs
parent58e452d14dd3d2caa1d3edb7ff181c32820174e4 (diff)
downloaddexon-solidity-03b3faa8ef5a4e4342c541102526214519ab9f5a.tar
dexon-solidity-03b3faa8ef5a4e4342c541102526214519ab9f5a.tar.gz
dexon-solidity-03b3faa8ef5a4e4342c541102526214519ab9f5a.tar.bz2
dexon-solidity-03b3faa8ef5a4e4342c541102526214519ab9f5a.tar.lz
dexon-solidity-03b3faa8ef5a4e4342c541102526214519ab9f5a.tar.xz
dexon-solidity-03b3faa8ef5a4e4342c541102526214519ab9f5a.tar.zst
dexon-solidity-03b3faa8ef5a4e4342c541102526214519ab9f5a.zip
Tone down similarity to JavaScript.
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst3
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.