That works great if the purpose is to construct a sentence like F=: u
(for example: 'F=: ',5!:5<'u')
It's significantly less useful if the purpose is to construct a
sentence like u C v
Hypothetically speaking, I guess the facility could be implemented in
a library. But since we've already got something like it at the
command line, it might be simpler to expose the mechanism as a new
foreign.
(Note also: in the general case, to preserve 'name-like syntax', the
serialized form should be wrapped in '( ' and ')'. But I guess it
would be viable to push that into user space for every such usage of
the mechanism.)
Thanks,
--
Raul