CBORはMessagePackにインスパイアされたと書かれている場所
#CBOR #MessagePack
引用元: CBOR – Concise Binary Object Representation | Hacker News
CBOR is MessagePack. At least cbor-ruby started with the MessagePack sources. The story is that Carsten took MessagePack, wrote a standard and added some things he wanted, and called it something else.
少なくともcbor-rubyはMessagePackのソースからスタートしたと書かれている。
Indeed, the RFC says so directly:
CBOR was inspired by MessagePack. MessagePack was developed and
promoted by Sadayuki Furuhashi ("frsyuki"). This reference to
MessagePack is solely for attribution; CBOR is not intended as a
version of or replacement for MessagePack, as it has different design
goals and requirements.
CBORはMessagePackにインスパイアされた書かれている。
ここからCBORはMessagePackより後に作られたと思われる。言い換えればCBORの方が新しいと思う。