summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2008-08-23 11:32:48 +0200
committerAndreas Rumpf <rumpf_a@web.de>2008-08-23 11:32:48 +0200
commit972c51086152bd45aef4eb17c099fa3472a19d04 (patch)
tree3e51e4f71f737a4f943bb71cd889d7002c3d4b5a /web/news.txt
parent07d5a8085bbcc21a1d9d06a2976ecc00e9c8d55b (diff)
downloadNim-972c51086152bd45aef4eb17c099fa3472a19d04.tar.gz
deleted web and dist
Diffstat (limited to 'web/news.txt')
-rw-r--r--web/news.txt31
1 files changed, 0 insertions, 31 deletions
diff --git a/web/news.txt b/web/news.txt
deleted file mode 100644
index 575810c97..000000000
--- a/web/news.txt
+++ /dev/null
@@ -1,31 +0,0 @@
-====

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