Working on my own jacinda, I ran into the following bug. I was trying to use APL iota (⍳) as a character (as a synonym for ix
).
However, it gets lexed as a name!
> ls -l | ja '(+)|0 {⍳>1}{`5:}'
ja: 1:8 's' is not in scope.
Any idea if this would be an alex bug or something else? Where should I report this?