A professor of mine was talking about the difference between derivative with respect to a slot and a derivative with respect to a variable. Apparently there is some notational issue there. I didn't really got what he meant there and at the moment I am not able to ask him.
Let $x=(x^1, x^2, \dots, x^d)$. We have notationally speaking
$$ \partial_{x^{j}} f(x) := (\partial_{j} f)(x) $$
where the left side the derivative in respect to the variable and on the right the derivative with respect to the slot.
Now the argument was that this might lead to confusion in the case of the chain rule, for example:
$$ \partial_{t} f(tx) = \sum_{j=1}^{d} x^{j}(\partial_{j}f)(tx) $$
(the evaluation here depends on some real $t$ variable so we don't evaluate at $x$ anymore which confuses me somehow) and also that the fundamental theorem of calculus does not apply to slot derivatives.
Could anyone elaborate on that? An example would be awesome to see the difference and what the notational problems are in this cases. Especially the chain rule example I don't understand. Thank you!