Talk:Count the coins: Difference between revisions

(→‎Python vs C: was a bug in C)
Line 8:
: Well, now you are in a debate about it.
: One definitely can write D code where bignum is only used when necessary, though obviously it won't be as convenient as in languages which can manage that by itself as in Python. But you don't see people making claims like "coding in language A is about 2.7 times easier than in language B", only the speed comparisons, which is misleading by not telling the whole story. Also, unless you are confident both examples are well written within the bounds of reasonable effort, such comment doesn't really tell much. --[[User:Ledrug|Ledrug]] 14:24, 30 October 2011 (UTC)
:: yes, i agree, and i think the comparison should be removed because of that. though it might be useful to mention that the D version could be made faster by not using bignum for smaller values. that should cover all the details necessary for anyone to make their own picture when they compare solutions.--[[User:EMBee|eMBee]] 03:18, 31 October 2011 (UTC)
 
== Python vs C ==
Anonymous user