|
|
|
|
|
by jlokier
907 days ago
|
|
NimScript comes to my mind. You get most of the Nim language, which is statically typed and versatile. But NimScript is interpreted immediately, like running a Python script, instead of compiled to an optimised binary like regular Nim. |
|