Are there any statically typed, embeddable 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 21:13 UTC
Read the original article Hit count: 526

I am wondering if there are any statically typed, embeddable scripting languages. Python, JavaScript, etc. are great languages, but they are dynamically typed (that is, types are checked at run time). I am just wondering if anyone knows of any statically typed scripting languages that can be embedded in a C++ application?

© Stack Overflow or respective owner

Related posts about language-agnostic

Related posts about statically-typed