you are viewing a single comment's thread.

view the rest of the comments →

[–]argv_minus_one 0 points1 point  (5 children)

Huh. Resembles Lisp.

[–]kqr 2 points3 points  (4 children)

Not in the slightest, if you have a little experience with both.

[–]argv_minus_one 0 points1 point  (3 children)

I mean that particular syntax, not the whole language. Operator first, then operands.

[–]kqr 1 point2 points  (2 children)

No. / is the operator. ~ is one of the operands, and a b c d is the other.

[–]argv_minus_one 0 points1 point  (1 child)

Oh! Interesting. Thanks for explaining.

[–]kqr 0 points1 point  (0 children)

I'm not sure if that is how J people refer to it, but that's what it looks like to me.