Neko is an open source programming language created in 2005 by Nicolas Cannasse.
#454on PLDB | 19Years Old |
git clone https://github.com/HaxeFoundation/neko
Neko is a high-level dynamically typed programming language developed by Nicolas Cannasse as part of research and development (R&D) efforts at two indie video game firms in Bordeaux, France: first at Motion Twin and then at Shiro Games.. Read more on Wikipedia...
$print("Hello, world!\n");
$print("Hello World\n");
get_params = $loader.loadprim("mod_neko@get_params",0);
$print("PARAMS = "+get_params());
Feature | Supported | Example | Token |
---|---|---|---|
Print() Debugging | ✓ | ||
Comments | ✓ | ||
Semantic Indentation | X |