Does J have a mode in which data is represented in a way that can be parsed
back in to recreate the data?

For example, the atom 56 and the vector 1 $ 67 have the same printed
representation in the default J console. 

Is there some mode that would distinguish the printed representations of
these two? Perhaps even something extremely verbose and SGML-ish would be
nice

<atom>67</atom>
<array rank=1>67</array>

-- 
View this message in context: 
http://www.nabble.com/Serialized-data-representation--tf4606156s24193.html#a13152577
Sent from the J General mailing list archive at Nabble.com.

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to