Cue is the deserialization function for nouns serialized into atoms with the jam function. Cue and Jam are used extensively by the kernel.
Example in the Dojo:
> (jam [1 2 3])3.426.417> (cue 3.426.417)[1 2 3]
Cue is the deserialization function for nouns serialized into atoms with the jam function. Cue and Jam are used extensively by the kernel.
Example in the Dojo:
> (jam [1 2 3])3.426.417> (cue 3.426.417)[1 2 3]