On Thu, 31 Jan 2013, Simon King wrote:

- What is naming policy? Should this be is_conjugate?

Indeed, I would keep the naming as close to GAP's one as possible.

"As close as possible" is, I think, not a good advice -- because it could be understood to adopt GAP's function name IsConjugate. And I think this would violate our nameing conventions and could thus yield to confusion.

Yes. Relating to this, I don't like things like

(x+1).simplify() -> works
(x+1).full_simplify() -> works
simplify(x+1) -> works
full_simplify(x+1) -> ERROR

To get things easy to remember we should have orthogonality whenever possible, related functions should take arguments in same order etc.

Perhaps, if you're up it, it's best to start also adding that kind of functionality via libGAP...

+1

Google found this:
http://www.stp.dias.ie/~vbraun/Sage/html/en/reference/sage/libs/gap/libgap.html
However, it talks about v4.7.alpha1.

I guess I should read about data types inside Sage --- when are groups saved as GAP objects, when as PARI objects... Let's see how much I got time.

--
Jori Mäntysalo

--
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 post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to