Skip to content

SODG format is not up to date #233

@h1alexbel

Description

@h1alexbel

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 object
  • dispatch(o, base, attr) – creates a new dispatch object
  • application(o, proto, attr, arg) – creates a new application object
  • delta(o, data) – sets \delta-asset to the object
  • lambda(o, name) - sets \lambda-asset to the object
  • put(o, attr, kid) – sets attribute of the object

Let's update sodg.rs to use new format

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions