Search code examples
blockchainsmartcontractsturing-completediemmove-lang

Is Move a Turing-complete language?


Will Move (on the Diem platform), 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


Solution

  • It is a Turing-complete programming language. It supports while loops and Recursion.

    See the Move Basics documentation for more information.