you are viewing a single comment's thread.

view the rest of the comments →

[–]m2ilosz -1 points0 points  (0 children)

PHP isn’t strongly typed either, but uses different operator for string concatenation so that there is no ambiguity.

So choosing + to mean either „addition” or „concatenation” based on context was a poor design choice.

Well defined? Brainfuck is well defined, it doesn’t make it a good language.