Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is libra VM (Move) a turing complete language?

Will Libra, like Ethereum, be turing complete? I have read the white paper but have been unable to decide.

This is the white paper: https://developers.libra.org/docs/assets/papers/libra-move-a-language-with-programmable-resources.pdf

like image 983
Aminadav Glickshtein Avatar asked Oct 15 '22 13:10

Aminadav Glickshtein


2 Answers

It is a turing complete programming language, it supports While, Loop, and Recursion.

see Move document

like image 125
jolestar Avatar answered Oct 21 '22 01:10

jolestar


It is either a turing complete or not a turing complete smart contract programming language.

Until now, there is no documentation mentioned this.

like image 28
Charles Brown Avatar answered Oct 21 '22 01:10

Charles Brown