<> means not equal to in some languages, but that may not be that important, and if it is familiar to the a lot of the current Julia community, it could be a good choice.
On Monday, April 27, 2015 at 10:36:27 AM UTC-4, François Fayard wrote: > > Couldn't we use <> for concatenation like in Mathematica? > > On Monday, April 27, 2015 at 4:21:11 PM UTC+2, Kevin Squire wrote: >> >> Just a note, Matlab-style [a b] concatenation has been deprecated in >> Julia v0.4 <https://github.com/JuliaLang/julia/pull/7998>. See the >> linked issues for details. The main issue is that this functionality makes >> it challenging to create arrays of arrays (or arrays of ranges), which are >> less useful in Matlab, but quite useful for general programming. >> >
