|
|
|
|
|
by scrawl
1178 days ago
|
|
i don't think it's stupid. i also find k more readable. 2 reasons why: - k has much fewer primitives. it's easier to remember a smaller set of operations. - k is statically parsable. APL is not. we know the program structure simply by reading the code. this is completely subjective. because you find APL more intuitive doesn't prove anything. to each their own. |
|