|
|
|
|
|
by zosima
4837 days ago
|
|
Yes, many languages support something eqivalent. Classically object oriented languages not the least: a.h().g().f() I feel that prefix notation is one of the greatest impediment to the uptake of Lisps. And I think it's important to underscore that you can (idiomatically) choose prefix, postfix or infix depending on the character of your problem. If the code is (unnecessarily) hard to read, then express it differently. The language encourages it. |
|