Skip to content

Creating WCON-structured data in memory is fiddly #135

Open
@Ichoran

Description

@Ichoran

I propose that every language that we support provide a basic set of routines to help the user create WCON data. These routines would include:

  • A function to create each structure (arena, software, etc.)--optionally with whatever language-specific features make it most convenient (named arguments, default values, whatever)
  • A function to create a single data entry from numbers
  • A function to merge data entries into array form

I am not sure to what extent these things already exist, but for the library to be useful we need to be able to create and write data, not just read it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions