summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-11-18 01:36:20 +0100
committerAraq <rumpf_a@web.de>2012-11-18 01:36:20 +0100
commit3c0a6a89629884b652bf351cb0cee5c94548effc (patch)
treef9053489e93a46e47701a8218d7cc9bd4b92b97f /web
parent7f6633a06feeac8d6bd1eb1e6d8e841591326618 (diff)
downloadNim-3c0a6a89629884b652bf351cb0cee5c94548effc.tar.gz
'assert' hides EAssertionFailsure; stdlib makes use of 'tags'
Diffstat (limited to 'web')
-rwxr-xr-xweb/question.txt14
1 files changed, 4 insertions, 10 deletions
diff --git a/web/question.txt b/web/question.txt
index 46cbb4f88..8e301b6bd 100755
--- a/web/question.txt
+++ b/web/question.txt
@@ -19,13 +19,6 @@ between threads, so no "stop the world" mechanism is necessary. An unsafe
 shared memory heap is also provided for the increased efficiency that results 
 from that model.
 
-..
-  Don't give me that marketing crap. What is Nimrod?
-  --------------------------------------------------
-
-  Nimrod = Mutable value based datatypes + static binding + sugar to make 
-    this programming modell as convenient as possible
-
 
 Why is it named Nimrod?
 -----------------------
@@ -57,10 +50,11 @@ memory heap.
 How is Nimrod licensed?
 -----------------------
 
-The Nimrod compiler is GPL licensed, the runtime library is LGPL licensed.
+The Nimrod compiler is GPL licensed, the runtime library is LGPL licensed
+with a special exception that allows for static linking.
 This means that you can use any license for your own programs developed with
-Nimrod. If I receive enough requests with good arguments, I may change the
-license of Nimrod to the BSD license.
+Nimrod.
+
 
 How stable is Nimrod?
 ---------------------