Jeff Wendling
Jeff Wendling
Maybe an example server/client execution with output, showing how it can be tested and OT data is printed out to the console?
Consider this repl log: ``` > ((x) => (y) => [x, y][0])(x: (i) => i)(y: (i) => i)(i: 2) Error: error calling function "": error calling function "": expecting array...
# Delete design ## Problem statement Right now, deletes can cause the database to become inconsistent in the presence of concurrent writes, compactions or snapshots. This is avoided in the...