Message from JavaScript discussions

March 2018

— But you feel the complexity grow, that's good

— 

I mean I am confused by your reaction to hearing about the other variable initializers, I could not live without those haha

— 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 :)

— Im fine)

— The only thing I have against it is that it implies side effects outside of generators

— I completely agree

— 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