Hacker News new | ask | show | jobs
by sciolizer 3029 days ago
If I wanted to gain a more intuitive appreciation of the patterns described in the presentation by learning a language, which is the best place to start: APL, J, K, or something else?
1 comments

The only way to truly understand an APL derivative language is to implement an interpreter for one.

It's interesting that the author of the article embraces the Write Only code philosophy. If there's an issue - just rewrite it.