20 lines
1.0 KiB
Plaintext
20 lines
1.0 KiB
Plaintext
# HOW TO EDIT THIS FILE:
|
|
# The "handy ruler" below makes it easier to edit a package description.
|
|
# Line up the first '|' above the ':' following the base package name, and
|
|
# the '|' on the right side marks the last column you can put a character in.
|
|
# You must make exactly 11 lines for the formatting to be correct. It's also
|
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
|
|
|
|-----handy-ruler------------------------------------------------------|
|
|
neko: neko (Neko Programming Language)
|
|
neko:
|
|
neko: Neko is a high-level dynamically typed programming language.
|
|
neko: It can be used as an embedded scripting language. It has been
|
|
neko: designed to provide a common runtime for several different languages.
|
|
neko: Learning and using Neko is very easy. You can easily extend the
|
|
neko: language with C libraries. You can also write generators from your
|
|
neko: own language to Neko and then use the Neko Runtime to compile, run,
|
|
neko: and access existing libraries.
|
|
neko:
|
|
neko: Homepage: https://nekovm.org
|