On Wed, Jun 3, 2009 at 4:38 PM, John H Palmieri <jhpalmier...@gmail.com> wrote:
>
> On Jun 3, 12:16 pm, Jason Grout <jason-s...@creativetrax.com> wrote:
>> What about having a "experiment mode" in Sage that turns on things like
>> this?  Some variable in some module somewhere that people can set to
>> switch on some experimental behavior so they can test it out and give
>> feedback.  In other words, setting sage.misc.misc.EXPERIMENT_MODE=True
>> turns it on.
>
> It seems better to me to turn individual experimental features on or
> off.  So what about an argument to var, just like "ns"?
>
>  var(a, index=True)
>
> for example.  ("index" doesn't sound right to me, but I hope you get
> the idea.)

+1

Is this possible?

sage: J = CartesianProduct(range(3),range(4))
sage var(a, index_set = J)


>
>  John
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to