mleku @mleku - 2mo
I've just been reading about the Move language. It's basically #rust, cut down heavily to fit smart contracts, and then... Has very similar tuple and slice manipulation syntax, including multiple assignments and return values.... As #golang It also has a lot of implicit duck typing and other semantic inference.
Really, move is like go except with ugly verbose syntax and not actually a systems programming language It's refreshing to see though. The hipsterlang rigidity turns out to be shit for smart contracts too
In a few hours I will be