nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
cgrand 2018-12-19T16:25:03.180400Z

Guys, bencode is byte-based but in the transport we assume all byte arrays in messages to be UTF8 strings. There’s no easy way to use raw binary without adding much complexity. Base64 to the rescue. Right?