diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2008-08-23 11:16:44 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2008-08-23 11:16:44 +0200 |
commit | 07d5a8085bbcc21a1d9d06a2976ecc00e9c8d55b (patch) | |
tree | b07a53afeb56f4bba917c1a3a843f48dd25b62be /web/news.txt | |
parent | 916c25f9a70b68eb7a5e2c45d7cc2e10c6e3a525 (diff) | |
download | Nim-07d5a8085bbcc21a1d9d06a2976ecc00e9c8d55b.tar.gz |
too many changes to list
Diffstat (limited to 'web/news.txt')
-rw-r--r-- | web/news.txt | 39 |
1 files changed, 31 insertions, 8 deletions
diff --git a/web/news.txt b/web/news.txt index d92bbfe40..575810c97 100644 --- a/web/news.txt +++ b/web/news.txt @@ -1,8 +1,31 @@ -| `2008-06-23`:newsdate: -| Nimrod version |nimrodversion| has been released! - Get it `here <./download.html>`_. - - -| `2008-06-22`:newsdate: -| This page is finally online! - +==== +News +==== + +Developers needed +================= +Yes, this is nothing new. If you are interested to help designing and +implementing the new programming language Nimrod, visit our project page at +Launchpad: https://launchpad.net/nimrod and contact me. + + +2008-08-22 Version 0.6.0 released +================================= + +Nimrod version 0.6.0 has been released! Get it `here <./download.html>`_. +**This is the first version of the compiler that is able to compile itself!** +A nice side-effect from this is that a source-based installation does not +depend on FreePascal any longer. + +Changes: +* various bug fixes, too many to list them here +* cleaned up the type system: records are now superfluous and not + supported anymore +* improved the performance of the garbage collector +* new modules in the library: + - ``parseopt``: a simple to use command line parser + - ``hashes``: efficient computation of hash values + - ``strtabs``: efficient mapping from strings to strings + - ``parsecfg``: an efficient configuration file parser +* macros and compile-time evaluation implemented (however, still experimental) +* generics implemented (however, still experimental) |