Which languages are dynamically typed and compiled (and which are statically typed and interpreted)?
Posted
by Skilldrick
on Stack Overflow
See other posts from Stack Overflow
or by Skilldrick
Published on 2010-02-24T20:58:28Z
Indexed on
2010/04/05
4:13 UTC
Read the original article
Hit count: 319
In my reading on dynamic and static typing, I keep coming up against the assumption that statically typed languages are compiled, while dynamically typed languages are interpreted. I know that in general this is true, but I'm interested in the exceptions.
I'd really like someone to not only give some examples of these exceptions, but try to explain why it was decided that these languages should work in this way.
© Stack Overflow or respective owner