Earlier quoted context omitted.
> Imagine if software engineers were actual engineers instead of glorified script kiddies. Maybe you shouldn't need to be an engineer to write a document with some formulas inside?
1 + 1 = 2 Aren't formulas easy to insert in plain text? The problem with maths notation is that it was invented by sighted people for sighted people as a short hand for very complex ideas, which at the time weren't fully understood. If you want to type equations use s-expressions, the clarity you get from saying what you mean is astonishing. (define integral (lambda (function) ;; Implementation of Risch algorithm lef…
In particular, you definition of integral assumes that integrable functions always have an antiderivative, which is wrong.