diff options
author | Andreas Rumpf <andreas@andreas-desktop> | 2009-12-09 00:41:55 +0100 |
---|---|---|
committer | Andreas Rumpf <andreas@andreas-desktop> | 2009-12-09 00:41:55 +0100 |
commit | f265c3e866616d98ff117243d05f88f1a0782ea2 (patch) | |
tree | 40e58cdd68a852a28378addb6c24f5292b33b860 /web | |
parent | bfef39246055769ae400c3db4c462bc947222d2c (diff) | |
download | Nim-f265c3e866616d98ff117243d05f88f1a0782ea2.tar.gz |
bugfix: inconsequent tuple usage
Diffstat (limited to 'web')
-rwxr-xr-x | web/index.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/index.txt b/web/index.txt index 320332679..fd6a04242 100755 --- a/web/index.txt +++ b/web/index.txt @@ -63,6 +63,8 @@ Nimrod is efficient Nimrod is expressive ==================== +* **The Nimrod compiler and all of the standard library are implemented in + Nimrod.** * Built-in high level datatypes: strings, sets, sequences, etc. * Modern type system with local type inference, tuples, variants, generics, etc. |