Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuterin authored Jul 16, 2017
1 parent 8eadfb7 commit cdbe134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Serpent is an assembly language that compiles to EVM code that is extended with various high-level features. It's particularly useful for writing code that requires low-level opcode manipulation, but at the same time has access to high-level primitives like in-storage data structures and functions, and seamlessly switches between low and high level formats.

**Being a low-level language, Serpent is not recommended for building applications unless you really really know what you're doing**
**Being a low-level language, Serpent is not recommended for building applications unless you really really know what you're doing. The creator recommends [Solidity](http://github.com/ethereum/solidity) for most applications or [Viper](http://github.com/ethereum/viper) if you want something python-flavored though it is still experimental.**

# Installation:

Expand Down

0 comments on commit cdbe134

Please sign in to comment.