diff options
author | Araq <rumpf_a@web.de> | 2014-08-22 23:54:26 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-08-22 23:54:26 +0200 |
commit | dbf9117c562601d6b571d964a6cb152e95fe8c4e (patch) | |
tree | 95592f484b39d607594816c41934f3e3663ca60f /web/question.txt | |
parent | 014b79617ec08141c06aaff1aaf777cecf535633 (diff) | |
download | Nim-dbf9117c562601d6b571d964a6cb152e95fe8c4e.tar.gz |
the big renamefest: first steps
Diffstat (limited to 'web/question.txt')
-rw-r--r-- | web/question.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/question.txt b/web/question.txt index be90cc67a..e6f4d40a5 100644 --- a/web/question.txt +++ b/web/question.txt @@ -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. |