I missed a short syntax to express fundamental operations over functions in Clojure. Because of that, I started to use º
as a shorthand for comp
(cause it's closer to the math operator but easily accessible) and ¬
for partial
(because reminds me of missing parameters).
What are your thoughts about this? is it useful or does it have the risk of making code confusing?