Added info about Nimrod's versioning scheme.
This commit is contained in:
parent
c41e4b0983
commit
66642b5a9c
|
@ -9,6 +9,10 @@ For beginners I suggest to implement missing parts of the standard library or so
|
|||
* libraries that deal with multi-media
|
||||
* etc.
|
||||
|
||||
h1. How does Nimrod's versioning scheme work?
|
||||
|
||||
Versions with a trailing odd number are considered to be "in-development", these are unstable "bleeding-edge" versions of the compiler which you can get from Github. Versions with an even number are releases. E.g. 0.9.0 is a release version, 0.9.1 is an in-development version.
|
||||
|
||||
h1. Will Nimrod have block comments?
|
||||
|
||||
Most probably not. Reasons for avoiding them are:
|
||||
|
|
Loading…
Reference in New Issue