diff --git a/www/download.html b/www/download.html index 21aaf061..367c81b9 100644 --- a/www/download.html +++ b/www/download.html @@ -5,9 +5,9 @@
diff --git a/www/home.html b/www/home.html index c09ba2d9..3917f436 100644 --- a/www/home.html +++ b/www/home.html @@ -19,7 +19,7 @@
- The compiler converts a source .neko
file into a bytecode .n
file that can be executed with the Virtual Machine. The compiler is currently a standalone commandline executable, but will soon be available as a Neko Library, so you can use it from any Neko program.
+ The compiler converts a source .neko
file into a bytecode .n
file that can be executed with the Virtual Machine. The language is bootstrapped, which means that the compiler is written in Neko and can be used as a normal library. This way you can compile programs on the fly which looks like an interpreter, but is a lot faster.
- Neko is developed as part of the Research and Development effort for better languages at Motion-Twin. You can contact Neko author Nicolas Cannasse for more information. Neko is free software and the full source code is available under the GNU Public License (GPL). + Neko is developed as part of the Research and Development effort for better languages at Motion-Twin. You can contact Neko author Nicolas Cannasse for more information. Neko is free software and the full source code is available under the GNU Lesser General Public License (LGPL).
diff --git a/www/news.html b/www/news.html index bf4044a9..8a7698ea 100644 --- a/www/news.html +++ b/www/news.html @@ -5,7 +5,11 @@