mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #11025 from ethereum/docs-intro
Clarify the syntax of Solidity is not Python inspired
This commit is contained in:
commit
e007557c0d
@ -10,8 +10,8 @@ Solidity is an object-oriented, high-level language for implementing smart
|
|||||||
contracts. Smart contracts are programs which govern the behaviour of accounts
|
contracts. Smart contracts are programs which govern the behaviour of accounts
|
||||||
within the Ethereum state.
|
within the Ethereum state.
|
||||||
|
|
||||||
Solidity was influenced by C++, Python and JavaScript and is designed to target
|
Solidity is a `curly-bracket language <https://en.wikipedia.org/wiki/List_of_programming_languages_by_type#Curly-bracket_languages>`_.
|
||||||
the Ethereum Virtual Machine (EVM).
|
It is 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user