Re: [sage-devel] Re: Sage and independent C++ code

2015-09-15 Thread William Stein
On Tue, Sep 15, 2015 at 12:50 AM, Nathann Cohen wrote: >> If you type 1+1/2 then you do... > > I do not do that often in Graph/Design code, if ever. And I would > probably be okay with Python doing the job anyway. 1+1/2 in Python2 is 1, which I bet you wouldn't be OK with :-) > Well. Not that i

Re: [sage-devel] Re: Sage and independent C++ code

2015-09-15 Thread Nathann Cohen
> If you type 1+1/2 then you do... I do not do that often in Graph/Design code, if ever. And I would probably be okay with Python doing the job anyway. Well. Not that it is of public interest: I just wanted to show that "indeed, some parts of Sage could be made somehow independent". Not that it w