mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-30 11:13:57 +00:00
the big renamefest: first steps
This commit is contained in:
@@ -29,6 +29,8 @@ News
|
||||
- ``--threadanalysis:on`` is now the default. To make your program compile
|
||||
you can disable it but this is only a temporary solution as this option
|
||||
will disappear soon!
|
||||
- ``system.fileHandle`` has been renamed to ``system.getFileHandle`` to
|
||||
prevent name conflicts with the new type ``FileHandle``.
|
||||
|
||||
|
||||
Language Additions
|
||||
|
||||
@@ -31,8 +31,8 @@ runtime or interpreter.
|
||||
What have been the major influences in the language's design?
|
||||
-------------------------------------------------------------
|
||||
|
||||
The language borrows heavily from: Modula 3, Delphi, Ada, C++, Python, Lisp,
|
||||
Oberon. As far as possible the list is sorted by the impact of influence.
|
||||
The language borrows heavily from (in order of impact): Modula 3, Delphi, Ada,
|
||||
C++, Python, Lisp, Oberon.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user