Re: [sage-devel] Re: Changing the default behaviour of Poset

2012-11-23 Thread Travis Scrimshaw
Hey everyone, I just had an idea, and maybe this is more wishful thinking, but I feel like we should be able to pass a poset/lambda function(s)/class which contains comparison methods into a parent and have that be able to override the default ordering (similar to what C++ does in the STL). S

Re: [sage-devel] Re: Changing the default behaviour of Poset

2012-11-12 Thread Nicolas M. Thiery
On Mon, Nov 12, 2012 at 02:22:59PM +0100, Marco Streng wrote: >2012/11/12 Nicolas M. Thiery > > First thing: for those who want to know more on what a facade is: > > sage: S = Sets() > sage: S.Facade? > >Object `S.Facade` not found. >It should be: >sage: S

Re: [sage-devel] Re: Changing the default behaviour of Poset

2012-11-12 Thread Marco Streng
2012/11/12 Nicolas M. Thiery > > > First thing: for those who want to know more on what a facade is: > > sage: S = Sets() > sage: S.Facade? > > Object `S.Facade` not found. It should be: sage: S.Facades? -- You received this message because you are subscribed to the Google Groups "sa

Re: [sage-devel] Re: Changing the default behaviour of Poset

2012-11-12 Thread Nicolas M. Thiery
On Mon, Nov 12, 2012 at 05:03:58AM +, Dima Pasechnik wrote: > On 2012-11-11, Nathann Cohen wrote: > > I spent many hours fighting with Posets under Sage. I enjoyed it a lot, but > > I can already tell that it gets on Florent's and Nicolas' nerves, and so I > > was thinking of whether I should

[sage-devel] Re: Changing the default behaviour of Poset

2012-11-11 Thread Dima Pasechnik
On 2012-11-11, Nathann Cohen wrote: > --14dae9340db323c21304ce3faaf8 > Content-Type: text/plain; charset=ISO-8859-1 > > Helloo everybody !!! > > I spent many hours fighting with Posets under Sage. I enjoyed it a lot, but > I can already tell that it gets on Florent's and Nicolas' nerve