|
|
|
|
|
by beagle3
1487 days ago
|
|
APL, K or J ; I've learned APL, and was able to use it effectively - but things only really "clicked" when I learned K; And despite several attempts, J never did click for me -- not sure why, probably the associations I have for the ascii characters are too strong to break. But yes, highly recommend learning members of this family. It will help your C for sure as well, though possibly not in ways you'd expect. After using APL and K for a while, I realized 95% of "abstraction" features in C++ / C# and friends are useless; I now avoid C++; My C code became way shorter, way more efficient, way simpler -- but also much less orthodox. |
|