|
|
|
|
|
by mlochbaum
1965 days ago
|
|
> J can actually be parsed Don't know where you got that one. J source can't even be tokenized except during execution! NB. Compute n from reading a file of something
n : 0
Is this the source of a function, or a string?
)
Besides that, J has the same contextful issues as APL with regards to the value of variables determining how the syntax fits together. It's missing a few dark corners like niladic functions, but these are small differences; it's still fundamentally unparseable. |
|