@JaviAgua that’s not exactly what I meant; I’m not talking about the fact that R (or Python) is multi-paradigm, but that in R you can do something like print(x), and depending on the class of x, print will fetch the right method (by calling, say print.character or print.double or print.data.frame under the hood)