MathCad-like front end for Sage
Hello!
I imagine this to be a recurring question / topic in Sage communities but, if so, my search skills are failing me. The only thing that I've found is this project started (and abandoned?) in 2009.
So... are there projects that aim to create a front end for Sage that features an editor like MathCad's? Is there some previous work that one can relate to? Previous research? Ideas? Web-based / desktop based? Any bit of information would be appreciated.
Thanks. Nick
There is http://edu.kde.org/cantor/ - I don't know how MathCad-like it is.
I would say that the current notebook interface differs from mathcad only in two things: one is that in mathcad the whole document is evaluated top to bottom, while in notebook you can evaluate a cell in the bottom before top one, and the other is that the input in mathcad is done in graphical formula-like way. IMHO the last one is not an advantage at all :)
@parzan thank you for the tip. Had a brief look into it (got No Backend Found and went on google to look for some screen-shoots) and it lacks the "graphical formula-like way" tha I'm interested in. Which leads us to
@ADuC812 thank you for your comment. Indeed, one of the "issues"/feature is the order and size of evaluation. In a graphical environment special arrow-like connectors may indicate the way a sheet is to be evaluated and each equation may be tagged for recompute at certain events or completely prevented. "Graphical formula-like way" is what I'm really missing. Considering the trend towards <touch-screens miniaturisation="" reducing="" the="" size="" of="" the="" computers="" emergence="" of="" tablets=""> and the fact that Sage works as a server so that computational load is on the server (me hopes, still to read the sources) I think that a part of the existing user set and some new users may be interested in this way of using Sage. I'm quite interested why you think that it's not an advantage at all.
Well, I didnt think about tablets. However, I do think that the text-based input is much more flexible than the "graphical formula-like way". Think about introducing new data types, classes, methods, etc - you will need to define the graphical way for using them. BTW, the last mathcad I have seen is 14, maybe, it became better since then. I am rather new to sage as well