-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Currently, as far I understood, we use old format with three commands: add, bind, put, however, recently we presented and implemented new format (section 3.6. Surging Object DiGraph), that uses these commands:
formation(o, attr0, attr1, ...)– creates a new formation objectdispatch(o, base, attr)– creates a new dispatch objectapplication(o, proto, attr, arg)– creates a new application objectdelta(o, data)– sets\delta-asset to the objectlambda(o, name)- sets\lambda-asset to the objectput(o, attr, kid)– sets attribute of the object
Let's update sodg.rs to use new format
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working