https://github.com/JuliaLang/julia/blob/65937f43938e8b4d644f13931b7b11a9bf63fffe/src/julia-parser.scm#L6-L22
Don't go too wild... (see also: https://github.com/JuliaLang/julia/pull/6929) On Tue, Dec 22, 2015 at 9:05 PM, Sheehan Olver <[email protected]> wrote: > Ah, I should have tried first! > > > On 23 Dec 2015, at 11:57 AM, Erik Schnetter <[email protected]> wrote: > > Yes; this seems to work out of the box. > > *⋐(a,b)=a<b* > *0⋐1* > *true* > > -erik > > On Tue, Dec 22, 2015 at 7:01 PM, Sheehan Olver <[email protected]> > wrote: > >> I am hoping to add a function ⋐ that can be used like >> >> a ⋐ b >> >> is it possible (without modifying Julia itself) to add ⋐ as an infix >> function? >> >> >> > > > -- > Erik Schnetter <[email protected]> > http://www.perimeterinstitute.ca/personal/eschnetter/ > > >
