lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Mon, 6 Jun 2011 09:36:57 +1000, Josh Simmons wrote:

Being a binary format it's not easy to parse in other languages, and
it's not backwards compatible with our old stuff. Being able to bind
it from another language isn't the same as being able to easily
implement it in another language.

I used to think the same, and then I found
https://github.com/cuzic/MessagePack-JS

This looks like a reasonably simple implementation to me, and if it's
do-able in JS it should be possible in about anything.

--
Pierre 'catwell' Chapuis