Conway's Game of Life: Difference between revisions

Content deleted Content added
Christian (talk | contribs)
→‎{{header|PureBasic}}: +Game-of-life-PureBasic.gif‎
m "header|F[ _]sharp" -> "header|F Sharp"
Line 578: Line 578:
}</lang>
}</lang>


=={{header|F sharp|F#}}==
=={{header|F SharpF#}}==
The following F# implementation uses {{libheader|Windows Presentation Foundation}} for visualization and is easily compiled into a standalone executable:
The following F# implementation uses {{libheader|Windows Presentation Foundation}} for visualization and is easily compiled into a standalone executable:
<lang fsharp>let count (a: _ [,]) x y =
<lang fsharp>let count (a: _ [,]) x y =