Top 1,000 Features Creators Resources Blog Explore Download
GitHub icon

Neko

< >

Neko is an open source programming language created in 2005 by Nicolas Cannasse.

Source code:
git clone https://github.com/HaxeFoundation/neko
#361on PLDB 19Years Old

Try now: Riju

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...


Example from Riju:
$print("Hello, world!\n");
Example from hello-world:
$print("Hello World\n");
Example from Wikipedia:
get_params = $loader.loadprim("mod_neko@get_params",0); $print("PARAMS = "+get_params());

Language features

Feature Supported Token Example
Print() Debugging ✓ $print
Comments ✓
Semantic Indentation X

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 624 · feedback@pldb.io