On 28 April 2014 09:48, Nathann Cohen <[email protected]> wrote:
> Okay, thanks to this "vector" trick I was able to do what I wanted. Do you > believe that the syntax should be changed so that A(vector(whatever)) has > the same result as A(whatever) ? "vector" does not add a very meaningful > information here ... > I think that the point is to allow creation of elements either with respect to the input generators (using vector) or with respect to the simplified generators (without vector). Since both sort of input look the same (tuples / lists) I am guessing that the trick of using "vector" is just that -- a trick to be able to distinguish these. Other ways are possible, for sure. John > > Nathann > > -- > You received this message because you are subscribed to the Google Groups > "sage-support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sage-support. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
