# Why are ↗, ↖ not useable as Binary infix operators?

**URL:** https://discourse.julialang.org/t/why-are-not-useable-as-binary-infix-operators/6777
**Category:** General Usage
**Tags:** question, infix
**Created:** [October 30, 2017, 3:19pm UTC](https://discourse.julialang.org/t/why-are-not-useable-as-binary-infix-operators/6777 "2017-10-30T15:19:48Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![stevengj](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/stevengj/32/71_2.png) [@stevengj](https://discourse.julialang.org/u/stevengj)
#### Post date: [October 30, 2017, 3:50pm UTC](https://discourse.julialang.org/t/why-are-not-useable-as-binary-infix-operators/6777/3 "2017-10-30T15:50:06Z")

</div>

See:  
[https://github.com/JuliaLang/julia/issues/23224](https://github.com/JuliaLang/julia/issues/23224)  
We’d eventually like to allow this, but the basic problem is that we haven’t decided what precedence to use for things like `↗`. (The precedence of an operator is set in the parser and needs to be decided more or less permanently. It is difficult to decide what to do with Unicode symbols that don’t have a standard mathematical meaning.)

---

_[View the full topic](https://discourse.julialang.org/t/why-are-not-useable-as-binary-infix-operators/6777)._
