Top of mind right now, J sort of... doesn't have the concept of parsing code before executing it? You cannot tell what the syntax tree of an expression like "a b c" is (to the extent "syntax tree" is a meaningful concept in J) until you know what a, b, and c actually are.
Comments