ron
ron copied to clipboard
Define set of learning tools to be able to understand RON faster and easier
Define (and later implement) a set of learning tools, which in general should help to visualize how RON works and see the effects of changes easily.
For example:
- Round trip for RON: start with raw RON ops, let them edit, see the output.
- Print out
StateFrame/ObjectStatewith colors for different UUIDs (to easily spot different replica, ...) - Visualize the compression of RON ops from:
a)
Closed Oprepresentation to b)Open Oprepresentation to c) abbreviatedAtom(in Text) and, finally, to d) compression inFrames(chain compression) - Visualize merging: e.g. with time-traveling possibility, to see intermediate states of a merge.
Great idea for a side project!