— Izi. more syntax constructs in the head, less space for something else
— TRGWII get triggered by this
— Programming is not only about code and computer, human brain also
— Well whatever works for you is good :)
— The only thing I have against it is that it implies side effects outside of generators
— This is why Lisp is the perfect language
— Well;
for (const item of list) {
pureFunction(item);
}
Has the same effect as:
— And I believe Clojure is one of the best Lispy alternatives out there today