e12c080bf5
Neko is a high-level dynamically typed programming language which can also be used as an embedded scripting language. It has been designed to provide a common runtime for several different languages. Neko is not only very easy to learn and use, but also has the flexibility of being able to extend the language with C libraries. You can even write generators from your own language to Neko and then use the Neko Runtime to compile, run, and access existing libraries. WWW: http://nekovm.org/ Submitted by: Masanori OZAWA <ozawa@ongs.co.jp>
17 lines
375 B
Text
17 lines
375 B
Text
bin/neko
|
|
bin/nekoc
|
|
bin/nekotools
|
|
lib/libneko.so
|
|
lib/neko/std.ndll
|
|
lib/neko/zlib.ndll
|
|
%%APACHE13%%lib/neko/mod_neko.ndll
|
|
%%APACHE22%%lib/neko/mod_neko2.ndll
|
|
%%MYSQL4%%lib/neko/mysql.ndll
|
|
%%SQLITE3%%lib/neko/sqlite.ndll
|
|
%%PCRE%%lib/neko/regexp.ndll
|
|
%%GTK2%%lib/neko/ui.ndll
|
|
include/neko/neko.h
|
|
include/neko/neko_mod.h
|
|
include/neko/neko_vm.h
|
|
@dirrm lib/neko
|
|
@dirrm include/neko
|