Main Page: Difference between revisions

Jump to navigation Jump to search
Fix Conway's "Game of Life" url
m (Text replacement - "</source>" to "</syntaxhighlight>")
(Fix Conway's "Game of Life" url)
Line 57: Line 57:
[[John Scholes]] is famous for the following implementation of ''[[Conway's Game of Life]]'':
[[John Scholes]] is famous for the following implementation of ''[[Conway's Game of Life]]'':


[https://tryapl.org/?a=%u22A2world%u21902%202%202%202%u22A40%2012%205%202%204%201&run&a=%7B%u21911%20%u2375%u2228.%u22273%204%3D+/%2C%AF1%200%201%u2218.%u2296%AF1%200%201%u2218.%u233D%u2282%u2375%7D%20world&run Try it now!]
[https://tryapl.org/?clear&q=%E2%8E%95%E2%86%90world%E2%86%902%202%202%202%E2%8A%A40%2012%205%202%204%201%20%E2%8B%84%20%E2%86%93%20%E2%8B%84%20%7B%E2%86%911%20%E2%8D%B5%E2%88%A8.%E2%88%A73%204%3D%2B%2F%2C%C2%AF1%200%201%E2%88%98.%E2%8A%96%C2%AF1%200%201%E2%88%98.%E2%8C%BD%E2%8A%82%E2%8D%B5%7D%20world&run Try it now!]
<syntaxhighlight lang=apl>
<syntaxhighlight lang=apl>
       ⎕←world←2 2 2 2⊤0 12 5 2 4 1
       ⎕←world←2 2 2 2⊤0 12 5 2 4 1

Navigation menu