Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: == and != don't work as expected

by Vautrin (Hermit)
on Aug 26, 2004 at 14:14 UTC ( [id://386030]=note: print w/replies, xml ) Need Help??


in reply to Re^2: == and != don't work as expected
in thread == and != don't work as expected

Out of curiousity, can you name some weakly typed languages with your definition?

Want to support the EFF and FSF by buying cool stuff? Click here.

Replies are listed 'Best First'.
Re^4: == and != don't work as expected
by chromatic (Archbishop) on Aug 26, 2004 at 17:18 UTC

    Assembly, C, C++ (where it copies C), and Java all have weak type systems, according to this definition.

    Don't mistake a static system which requires knowing type information at compile time with a strong system which, when it has any meaning at all, usually means that you can't (or don't need to) subvert the type system.

    If you have to cast to do your work, you have a weak type system.

      Under your definition it does not sound as if any languages are strongly typed. I have always heard people refer to C, C++, and Java as "strongly typed" languages. Somebody's making a mistake with the definitions here though, and I have trouble accepting a definition of "typing" which does not allow any languages to be strongly typed...

      Want to support the EFF and FSF by buying cool stuff? Click here.

        There are languages with good static type systems, including Haskell and ML. I suspect the people you overheard know nothing about these languages.

        For more information, see MJD's Strong Typing lecture slides or almost every other discussion on Lambda the Ultimate.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://386030]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (8)
As of 2024-04-23 10:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found