ron
ron copied to clipboard
Haskell implementation of RON and RON-RDT
thanks to @yuras, @lehins
Binary varint encoding. The spec will be ready soon. Also, deprecate old binary encoding.
RGA.diff: Ivestigate what bad can happen when splitting multi-codepoint "characters" into codepoints
What bad can happen if we split `é` into `e` + `´`? See also 2-codepoint country flags. > For this, Unicode has a concept of “grapheme cluster”. There’s also “extended...
Example: https://github.com/ChrisPenner/eve/blob/master/examples/tunnel-crawler/README.md
## Current state Now you can describe a number of nested objects, for example ```edn (struct_set Note text RgaString tags (RGA (ObjectRef Tag)) value Integer) ``` means that Note object...
https://gist.github.com/mputz86/3a48c964594966560da8ef4a172bf715
@mputz86 has problems compiling `ron` with a diverted version of `transformers` using GHCJS based on GHC 8.4.2. Possible solutions: 1. Update GHCJS to GHC 8.4.2. May be hard due to...