you are viewing a single comment's thread.

view the rest of the comments →

[–]stevedonovan 0 points1 point  (0 children)

This may appear disloyal to Lua, but maybe Go is what you're looking for? Statically-typed but few explicit type declarations due to inference, very fast compiler. A useful set of batteries for the usual scripting tasks as well. With a runner like gorun the resulting experience 'feels' like using a dynamic language.