Skip to content

Commit

Permalink
feat[docs]: v0.4.0 release (#4152)
Browse files Browse the repository at this point in the history
add release notes for v0.4.0 release
slight update to wording of front matter
  • Loading branch information
charles-cooper committed Jun 20, 2024
1 parent 4594f8b commit e9db8d9
Show file tree
Hide file tree
Showing 2 changed files with 311 additions and 6 deletions.
7 changes: 5 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@
Vyper
#####

Vyper is a contract-oriented, pythonic programming language that targets the `Ethereum Virtual Machine (EVM) <https://ethereum.org/learn/#ethereum-basics>`_.
Vyper is a contract-oriented, Pythonic programming language that targets the `Ethereum Virtual Machine (EVM) <https://ethereum.org/learn/#ethereum-basics>`_.
It prioritizes user safety, encourages clear coding practices via language design and efficient execution. In other words, Vyper code is safe, clear and efficient!

Principles and Goals
====================

* **Security**: It should be possible and natural to build secure smart-contracts in Vyper.
* **Language and compiler simplicity**: The language and the compiler implementation should strive to be simple.
* **Auditability**: Vyper code should be maximally human-readable. Furthermore, it should be maximally difficult to write misleading code. Simplicity for the reader is more important than simplicity for the writer, and simplicity for readers with low prior experience with Vyper (and low prior experience with programming in general) is particularly important.
* **Auditability**: Vyper code should be maximally human-readable.
Furthermore, it should be maximally difficult to write misleading code.
Simplicity for the reader is more important than simplicity for the writer, and simplicity for readers with low prior experience with Vyper (and low prior experience with programming in general) is particularly important.

Because of this Vyper provides the following features:

Expand Down
Loading

0 comments on commit e9db8d9

Please sign in to comment.