>>37The idea is you read code much more often than writing it.
Your clever hacks, macros and operator soup which requires finer understanding of their composition,
either slows down comprehension or looks totally incomprehensible after few weeks.
If you have to publish code, you have to keep it dumbed-down and easy to read.
APL is a prime example where code become write-only easily.