dom96 / binary_size

21 stars 5 forks source link

Use println function instead of fmt.Println #13

Closed lu4p closed 4 years ago

lu4p commented 5 years ago

The funcionallity of fmt.Println() includes printing any type vs. println() only printing strings, much like the print functions from the other languages which are used. Which is just a unfair comparison especially when used for advertising the own language at https://nim-lang.org/features.html

lu4p commented 4 years ago

I read the Readme you are still comparing different functions printing strings vs printing interfaces.