Are there any strongly typed scripting languages?
Posted
by George Edison
on Stack Overflow
See other posts from Stack Overflow
or by George Edison
Published on 2010-04-04T19:03:41Z
Indexed on
2010/04/04
19:13 UTC
Read the original article
Hit count: 444
language-agnostic
|strongly-typed
I am wondering if there are any strongly typed scripting languages. Python, JavaScript, etc. are great languages, but they are (to a certain degree) loosely typed. I am just wondering if anyone knows of any strongly typed scripting languages.
And by scripting, I mean a language whose interpreter can be embedded in a C++ application.
© Stack Overflow or respective owner