I know personally made notations are generally a bad thing, but I've not seen any reason to stop using the notation I've made, and it feels more natural to use. Now, this my seem like a biased question to begin with, but my hoping was that there would be a natural reasoning why we don't already use notation like this to begin with.
Now let me get to the point: angled brackets for parameter: $\langle*\rangle$. I can't seem to understand the point of using $(*)$ to denote a parameter, when this can too easily be misunderstood with multiplication. To show an example of how this notation makes things clearer, let me demonstrate with the classical notation of $\ln(x+y)^2$. With classical notation, it's hard to distinguish this from either $\ln((x+y)^2)$ and $\ln(x+y)\times\ln(x+y)$. Using $\langle*\rangle$ for the parameter, would make this simple to distinguish, as the latter would be written $\ln\langle x+y\rangle^2$. The first would be written as $\ln\langle(x+y)^2\rangle$, or simply $\ln(x+y)^2$, as the angled brackets would be redundant. Some other examples:
$$ \begin{align} \text{Normal notation:} \\ \sin(x)^2 &\stackrel{?}{=} \sin x^2 \textbf{ or } \sin x\times\sin x = \sin^2x\\[1em] \text{My notation:} \\ \sin(x)^2 &= \sin x^2 \text{, while }\\ \sin\langle x\rangle^2 &= \sin x \times\sin x = \sin^2 x \\[2em] \text{Normal notation:} \\ f(a+b) &\stackrel{?}{=} f\times a+f\times b\textbf{ or } \text{a function of }a+b\\[1em] \text{My notation:} \\ f(a+b) &= f\times a+f\times b \text{, while }\\ f\langle a+b\rangle &= \text{a function of }a+b \end{align} $$
This notation also allows for one to postfix the function, as $\langle *\rangle$ would always be the parameter of some function $f$.
$$ \begin{align} f\big\langle g \langle x \rangle \big\rangle = \big\langle\langle x \rangle g\big\rangle f \end{align} $$
This allows $n!$ to be written as $!\langle n\rangle$, or $|x|$ as $||\langle x\rangle$, so functions and parameters can easily be distinguished. Now I figure that if this notation was useful, we'd use it already. Yet I haven't found any drawbacks by using this notation, as the angled bracked $\langle \rangle$ are somewhat uncommon in mathematics, yet are really easy to draw and distinguish from normal brackets $( )$.
So the question really is; why do we use the same brackets for multiplication as we do for parameters, and would it be beneficial to change this notation?
f(x)is equivalent tof*xwhilef[x]is equivalent tof@x, i.e.fis a function applied tox. $\endgroup$