Talk:Wireworld: Difference between revisions

From Rosetta Code
Content added Content deleted
(Ruby incorrect)
(→‎Ruby Problem: Looks like a think-o...)
Line 6: Line 6:


Python and Forth are correct. I've marked Ruby incorrect. --[[User:IanOsgood|IanOsgood]] 20:22, 9 September 2009 (UTC)
Python and Forth are correct. I've marked Ruby incorrect. --[[User:IanOsgood|IanOsgood]] 20:22, 9 September 2009 (UTC)

: At a guess, the Ruby code is changing a tail into a head directly. Not quite what the transition table states... —[[User:Dkf|Donal Fellows]] 20:37, 9 September 2009 (UTC)

Revision as of 20:37, 9 September 2009

Ruby Problem

Consider the top left cell in the initial generation which is a 't'. The only thing that a 't' can change to is a '.', yet the next generation shows it as a 'H' ? --Paddy3118 20:09, 9 September 2009 (UTC)

P.S. Does the Forth or TCL output agree with the Python? It would be good to know that at least two agree :-) --Paddy3118 20:14, 9 September 2009 (UTC)

Python and Forth are correct. I've marked Ruby incorrect. --IanOsgood 20:22, 9 September 2009 (UTC)

At a guess, the Ruby code is changing a tail into a head directly. Not quite what the transition table states... —Donal Fellows 20:37, 9 September 2009 (UTC)