Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

PHP gets input from various places, and one might want "1.00" from a form or URL to equal "1.0" read from a cookie or via database adapter that stringifies everything.


If only we had some sort of way of explicitly telling our computers that we wanted to to convert a sequence of characters into a number.


What I don't understand is why all these weak-typed languages don't optionally allow one to strong type a variable.


Weak typing does not require bonkers coercion of types.


That's like saying why doesn't someone create a combination hammer and screwdriver. A proper tool for every job.


And as much as I love python and javascript, I'd really like to use a screwdriver now and then rather than leave hammer marks everywhere, especially if they are being used for something beyond formatting HTML.

This hamdriver you speak of: tell me more.


This thing already exists, it is called "strong typing" (in C++, Go, Java etc).


Yes, that was the joke.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: