You mean having a function (or global variable) to set which will be the 
default backend?

I find that having a workflow consisting on expressions like:

integrate(foo,x,algorithm='giac')

is not specially comfortable, but even then, I prefear it to something like:

set_integration_backend('giac')
integrate(foo,x)

since the latter is prone to confusion, when you forget that a while ago 
you did set the default and expect something different.

So I would really prefear to just have one fixed default, and then use 
explicit flags to use different ones in each call.

Explicit is better than implicit.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/7561bead-8e06-4f10-aeef-b0515ed92df9%40googlegroups.com.

Reply via email to