🔍

Monadic serialize

Converts AST to a byte vector.

Syntax: >> <AST>; >>[<AST>]

Monadic deserialize

Converts a byte vector to AST.

Syntax: << <vec>; <<[<vec>]

o)l: !5
0 1 2 3 4
o)v: >> l
0x40b100000500000000000000000000000100000000000000020000000000000003000000000000000400000000000000
o)<< v
0 1 2 3 4
o)