Bitcoin Forum
June 23, 2024, 05:10:28 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1]
  Print  
Author Topic: What is Viper?  (Read 94 times)
TonyMark (OP)
Member
**
Offline Offline

Activity: 135
Merit: 11


View Profile
July 18, 2018, 08: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?
bob123
Legendary
*
Offline Offline

Activity: 1624
Merit: 2481



View Profile WWW
July 18, 2018, 09: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

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!