Talk:Trabb Pardo–Knuth algorithm: Difference between revisions

Content added Content deleted
(→‎Notes: Awkward to find copies…)
(→‎Goto D: Why the goto in D language.)
Line 7: Line 7:


I'm not entirely convinced by the Python implementations, especially given that the WP samples seem to be very focused on accepting exactly 11 numbers. While yes, the greater generality of the Python code is what I'd go for as well ''normally'', this task is much more exact than that I believe. –[[User:Dkf|Donal Fellows]] 08:23, 23 May 2012 (UTC)
I'm not entirely convinced by the Python implementations, especially given that the WP samples seem to be very focused on accepting exactly 11 numbers. While yes, the greater generality of the Python code is what I'd go for as well ''normally'', this task is much more exact than that I believe. –[[User:Dkf|Donal Fellows]] 08:23, 23 May 2012 (UTC)

==Goto D==
OK Bearophile, I'll bite. ''Why use the <code>goto</code> instead of some kind of <code>do..until got_eleven_numbers</code> structured programming approach in the D language example?'' <br>:-) --[[User:Paddy3118|Paddy3118]] 05:01, 28 May 2012 (UTC)