Mirror of
forum.nim-lang.org
index
1337 :: readLine/writeLn
[2015-06-18T15:30:00+02:00]
View Orginal
xyz32
(orginal)
[2015-06-18T15:30:00+02:00]
view original
Why does Nim ReadLine but writeLn? It is a bit confusing.
sepisoad
(orginal)
[2015-06-18T19:36:32+02:00]
view original
sadly there is no a consistent naming convention throughout the code base, hope that this gets fixed before version 1.0
Araq
(orginal)
[2015-06-18T22:06:31+02:00]
view original
There is a naming convention
http://nim-lang.org/docs/apis.html
, but it doesn't cover every aspect of the standard library.
dom96
(orginal)
[2015-06-18T22:17:32+02:00]
view original
Please file issues for this type of stuff. I want to fix it before 1.0.
xyz32
(orginal)
[2015-06-18T23:16:21+02:00]
view original
Done:
https://github.com/nim-lang/Nim/issues/2958