Entropy Script

Documentation GitHub NPM package Playground

Entropy Script is a scripting language designed as a scripting language for game engines, servers and general utility.
It uses Node.js or browsers as a runtime. Entropy script is similar to TypeScript, but has runtime type checking and is not compiled.

Download using NPM:
npm install entropy-script -g
and then use with
entropy-script <filename>.es
or
nes <filename>.es

Try it out in the browser here.