as a new comer of move language beginner, in what way I can get the gist of Move, and given that I can make a distinct amongst these languages, especially Rust and C++.
Thanks in advance.
Happy coding.
as a new comer of move language beginner, in what way I can get the gist of Move, and given that I can make a distinct amongst these languages, especially Rust and C++.
Thanks in advance.
Happy coding.
Hey there!
I would suggest to read the white paper. It is not too complex to read and cover multiple aspect of the language. If you are familiar with C++ semantics, and pointer/moving/referencing, you should be able to transition to Move easily.
Here’s the link: https://developers.libra.org/docs/assets/papers/libra-move-a-language-with-programmable-resources.pdf
Cheers.
Mathieu
Thanks Mathieu, for your useful advice, I’ll do what you suggested to link b/w the semantic usages. Cheers, Celia