You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.rst
+15-16Lines changed: 15 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,8 @@ Solidity is an object-oriented, high-level language for implementing smart
5
5
contracts. Smart contracts are programs which govern the behaviour of accounts
6
6
within the Ethereum state.
7
7
8
-
Solidity is a `curly-bracket language <https://en.wikipedia.org/wiki/List_of_programming_languages_by_type#Curly-bracket_languages>`_.
9
-
It is influenced by C++, Python and JavaScript, and is designed to target the Ethereum Virtual Machine (EVM).
10
-
You can find more details about which languages Solidity has been inspired by in
11
-
the :doc:`language influences <language-influences>` section.
8
+
Solidity is a `curly-bracket language <https://en.wikipedia.org/wiki/List_of_programming_languages_by_type#Curly-bracket_languages>`_ designed to target the Ethereum Virtual Machine (EVM).
9
+
It is influenced by C++, Python and JavaScript. You can find more details about which languages Solidity has been inspired by in the :doc:`language influences <language-influences>` section.
12
10
13
11
Solidity is statically typed, supports inheritance, libraries and complex
0 commit comments