Bencode is a terse format encoding used mostly in BitTorrent. It supports the following types: byte strings, integers, lists, and dictionaries. See the specifications for more.
Bencode is also used as a transport protocol for Clojure network REPL.
8000