kpeeters / cadabra2

A field-theory motivated approach to computer algebra.
https://cadabra.science/
GNU General Public License v3.0
228 stars 37 forks source link

cli output formatting #246

Open slazav opened 2 years ago

slazav commented 2 years ago

I really like the idea of working with formulas in small steps. But for this it is really important to read intermediate results. It would be good to have output of command-line programs with one term per line (in my case it's usually many tens of terms and I have to do this formatting half-manually, after each step). Also it would be good to have a possibility to print empty lines or any comments between formulas.

slazav commented 1 year ago

Realized that printing arbitrary comments are possible with print("something") command