the int->integer replacement is done by a preparser. if you turn it off, sage is "pure" python only. the list is a pure python object and i don't think it makes sense to change anything. I recommend you to use a "vector", sage: vector(RDF, [1,2,3])
h On Jul 11, 6:41 pm, Carlos Cordoba <[email protected]> wrote: > Hi, > > I noticed that the int python type is replaced by the Integer type in > Sage. I'm wondering if I could do the same with the list type, so I > can add a functionality I need to it. > > Could you tell how I can do it? > > Thanks, > Carlos --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
