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

Jump to navigation Jump to search
→‎Translations: Link to zverok's Ruby version
(→‎Translations: Link to zverok's Ruby version)
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 ==

Navigation menu