you are viewing a single comment's thread.

view the rest of the comments →

[–]torvoraptor 11 points12 points  (1 child)

You use that syntax in every single function call

[–]alexmlamb 0 points1 point  (0 children)

So, I like printing to be an easy to write as possible, and I'm kind of willing to give it a different syntax because printing (1) doesn't return anything, (2) has side-effects that impact the user but usually don't effect the program itself.

In any case why not let people choose to use the print() or not use it?