gsc

gsc is an (embeddable) scripting language written in C.
It resembles a combination of C and ECMAScript.
The standalone version features x86 FFI (so you can make calls to DLL or shared library files).
The installer will associate .gsc file extensions with the program.
Download installer (Windows) Download executable (Linux) Check out source code at GitHub
Examples
main() { printf("Hello world!\n"); }
Downloading...