aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-11-22 21:25:04 +0800
committerGitHub <noreply@github.com>2017-11-22 21:25:04 +0800
commitff229ab05a43d113bcd2de79f25caf52017c3486 (patch)
treecdaca929e7b7577e8e4e0fd10b84aa5887ed198d /docs/index.rst
parent7fc7fa4293707a6540c3483fcc133e0934e8f229 (diff)
parent03b3faa8ef5a4e4342c541102526214519ab9f5a (diff)
downloaddexon-solidity-ff229ab05a43d113bcd2de79f25caf52017c3486.tar
dexon-solidity-ff229ab05a43d113bcd2de79f25caf52017c3486.tar.gz
dexon-solidity-ff229ab05a43d113bcd2de79f25caf52017c3486.tar.bz2
dexon-solidity-ff229ab05a43d113bcd2de79f25caf52017c3486.tar.lz
dexon-solidity-ff229ab05a43d113bcd2de79f25caf52017c3486.tar.xz
dexon-solidity-ff229ab05a43d113bcd2de79f25caf52017c3486.tar.zst
dexon-solidity-ff229ab05a43d113bcd2de79f25caf52017c3486.zip
Merge pull request #3195 from ethereum/chriseth-patch-1
Tone down similarity to JavaScript.
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index afdab81f..3c617d36 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.