Changes between Version 1 and Version 2 of Ticket #18109, comment 45
- Timestamp:
- 04/30/15 10:32:47 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18109, comment 45
v1 v2 4 4 > If it's a question of making the iterator code independent of 5 5 > `Parent` 6 It's a question of making the backend class independent of `Parent` yes. I think it's good to have a fast simple Cython backend and a proper Sage `Parent front-end.6 It's a question of making the backend class independent of `Parent` yes. I think it's good to have a fast simple Cython backend and a proper Sage `Parent` front-end. 7 7 8 8 > Some small suggestions: