[seqfan] Re: SoupAutomat

Maximilian Hasler maximilian.hasler at gmail.com
Sun Jan 24 14:01:55 CET 2010


> it with the Google web page translation, but the special addition rule
> doesn't make sense for me. But I think the result is the same, if you follow
> my rules for it:
>
> http://www.frank-buss.de/automaton/SoupAutomat/
>
> At least the seeds I've tried from the web page results in the same output.
> Maybe someone who speaks French, English and Python :-) could verify it.

The special addition rule is not :

>If n, the value of the iterated cell, is greater than 9, set the cell to the
> integer result of n/10 and add the rest of the division to the next cell.

Il the next cell has a value > 9, then [n/10] must be multiplied by 10
before being added.
(because the contents of the cells are supposed to be written "left-aligned").

M.




More information about the SeqFan mailing list