|
David Jeske wrote:
Although for most of my projects I'm really starting to want a static-typed scripting environment. Unfortunatly, there dosn't seem to be one readily available. Java comes close but isn't easy to integrate, Pike dosn't have enough static type checking (yet?) despite all it's static declarations. Something like UnrealScript would be pretty great, too bad that's not freely available.
Static typing has it's advantages, but also it's costs. How one weights the two depends on the individual. You might try EiC(http://www.kd- dev.com/~eic/) if you're looking for a scripting language based on C's syntax.
Steve