Expected behaviour:
sage: hermite(n,x).diff(n)
diff(hermite(n, x), n)
for all cases where we throw runtime or not implemented errors at the moment. This concerns mostly orthogonal poly functions. The aim is a better workflow for the user, with no interrupts.
Component: symbolics
Issue created by migration from https://trac.sagemath.org/ticket/21655