As I said in an earlier thread, I am attempting to write a MessagePack
implementation in J.
Spec: https://github.com/msgpack/msgpack/blob/master/spec.md#formats-bin
Home: http://msgpack.org/
In the spec there must be a way to serialize/deserialize byte arrays. However,
in J what is a byte array? And how would you differentiate it from an integer
array (0 ~ 255)?
I may be absolutely mistaken, but there seems to be a little ambiguity between
these types in J (well there is no byte type).
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm