Re: ODRL is coming back!

> On 8 Feb 2018, at 03:32, Lucinda Lewis <cindy.lewis@me.com> wrote:
> 
> Most of the group is struggling with Solidity language and some are trying to map their older smart contracts into new code since the fork was make in blockchain last year.

Thats probably because they thought Solidtiy was actually a “smart contract” language :-)
Instead, it is just like any other (4GL) programming language.

They say "Solidity is a contract-oriented, high-level language for implementing smart contracts” [1] but there is nothing in the language constructs [2] that represents *any* semantics of a contract. (All they have done is used the word “contract” as the parent container for the code functions).

Also see:  https://theconversation.com/smart-contracts-smart-or-dumb-70786 <https://theconversation.com/smart-contracts-smart-or-dumb-70786>

ODRL on the other hand…. ;-)))

Cheers

Renato

[1] http://solidity.readthedocs.io/en/develop/ <http://solidity.readthedocs.io/en/develop/>
[2] http://solidity.readthedocs.io/en/develop/solidity-in-depth.html <http://solidity.readthedocs.io/en/develop/solidity-in-depth.html>

Received on Thursday, 8 February 2018 12:50:53 UTC