Talk:Mind boggling card trick: Difference between revisions

From Rosetta Code
Content added Content deleted
m (→‎Original blogpost: added italics for highlighting.)
Line 3: Line 3:


: I think it's a humdinger of a Rosetta Code task;   I spent some time in thinking of which way to go:   treat the card deck as a   ''list'',   or treat it as an   ''array''.   In the end, I thought that (for REXX), a list would be more idiomatic and easier to code.   -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 06:52, 26 August 2018 (UTC)
: I think it's a humdinger of a Rosetta Code task;   I spent some time in thinking of which way to go:   treat the card deck as a   ''list'',   or treat it as an   ''array''.   In the end, I thought that (for REXX), a list would be more idiomatic and easier to code.   -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 06:52, 26 August 2018 (UTC)

:: Thanks Gerard. In February 2016 I could not think of a way to turn it into a suitable blog post. The blog post got a fair amount of views however, so I tried again. --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 07:23, 26 August 2018 (UTC)

Revision as of 07:23, 26 August 2018

Original blogpost

I had originally written a blog post on the video and thought now would be a good time to see if it makes an RC task. --Paddy3118 (talk) 12:48, 25 August 2018 (UTC)

I think it's a humdinger of a Rosetta Code task;   I spent some time in thinking of which way to go:   treat the card deck as a   list,   or treat it as an   array.   In the end, I thought that (for REXX), a list would be more idiomatic and easier to code.   -- Gerard Schildberger (talk) 06:52, 26 August 2018 (UTC)
Thanks Gerard. In February 2016 I could not think of a way to turn it into a suitable blog post. The blog post got a fair amount of views however, so I tried again. --Paddy3118 (talk) 07:23, 26 August 2018 (UTC)