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

Downloads

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 Neko Virtual Machine

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