[aplusdev] Object distribution.

Vladmir N. Kutinsky kutinskyv at obninsk.com
Thu Dec 20 14:05:40 EST 2001


Hello,

I have a tree object which is a slotfiller. There is a function (which,
in turn, consists of a few other functions) that creates it. Now I'd
like to send the object to my colleagues. How can I do it without
sending the functions that create it?

For a simple tree
        t<-(`a;<(`b`c;(4;5)))
I would do
        var<-"t<-(`a;<(`b`c;(4;5)))"
        $>var filename
and then
        $load filename

The problem is how to get
        (`a;<(`b`c;(4;5)))
out of
        <  `a
        < < <  `b `c
                < <  4
                   <  5
Is there any other way to solve my problem?

Thank you,
Vladimir




More information about the apluslist mailing list