Author

Topic: What is Viper? (Read 107 times)

legendary
Activity: 1624
Merit: 2481
July 18, 2018, 05:34:32 AM
#2
Vyper shouldn't be considered a real programming language.
Vyper is a new smart contract development language. Python, on the other hand, is an (interpreted) scripting language.


The basic differences are:

  • Vyper:
    Is used to code smart contracts on the ethereum network (only)
    You can read more about vyper here: https://github.com/ethereum/vyper

  • Python:
    Is used to code any script to be run on any OS in any context (as long the python module is installed)
    You can use it for any automated task you want to be accomplished (e.g. simple I/O operations, API querys, basic or advanced bots, even object oriented (with quite a bad runtime), etc.. )
    If you want to learn more about python, visit https://wiki.python.org/moin/BeginnersGuide/Overview
member
Activity: 135
Merit: 11
July 18, 2018, 04:25:30 AM
#1
Has anyone used this Viper language? I have been told that Viper is designed to be easier, How simple is it and what are the Similarities between Python language and Viper language?
Jump to: