Some corrections
Posted Nov 7, 2007 0:16 UTC (Wed) by
flewellyn (subscriber, #5047)
In reply to:
Some corrections by ekj
Parent article:
Daniel Bernstein: ten years of qmail security
That doesn't really change what I said, actually. While in some languages you can use "+" to
mean
string concatenation as well as addition, if the language is strongly typed, it will choose which
operation to do based on the types of the arguments. And you may need to cast things anyway,
such as if you want to concatenate a number's string representation with a string. I've had to do
such casts in Python.
(
Log in to post comments)