language-agnosticembedded-languagestatic-typing

Are there any statically typed, embeddable scripting languages?


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?


Solution

  • Well, there's Ch - the embeddable C/C++ interpreter