John Scholes' Conway's Game of Life: Difference between revisions

Jump to navigation Jump to search
→‎Translations: Link to zverok's Ruby version
(Distinguish video and workspace implementations)
(→‎Translations: Link to zverok's Ruby version)
(4 intermediate revisions by the same user not shown)
Line 279: Line 279:
       grid ← glider⍢(¯3 ¯3∘↑) 10 10⍴0  ⍝ This works
       grid ← glider⍢(¯3 ¯3∘↑) 10 10⍴0  ⍝ This works
</source>
</source>
=== Ruby ===
Github user zverok has translated Scholes' dfn to [[wikipedia:Ruby (programming language)|Ruby]] by first creating an <source lang=ruby inline>apl</source> module to implement parts of APL. The code is shown [https://github.com/zverok/ruby_as_apl on Github] and explained [https://zverok.github.io/blog/2020-05-16-ruby-as-apl.html on zverok's blog].


== Performance ==
== Performance ==
Line 307: Line 311:
== References ==
== References ==
<references />
<references />
[[Category:Examples]][[Category:Dyalog APL examples]]

Navigation menu