Huh, it never even occurred to us to list that since almost all operators in Julia are overloadable – since they're just functions with special syntax. The only things that aren't overloadable are control flow operators like &&, || and ?: and ones that are actually just syntax for using another operator in a particular way, like += and so on.