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

Jump to navigation Jump to search
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
Line 285: Line 285:


Github user zverok has translated Scholes' dfn to [[wikipedia:Ruby (programming language)|Ruby]] by first creating an <syntaxhighlight lang=ruby inline>apl</syntaxhighlight> 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].
Github user zverok has translated Scholes' dfn to [[wikipedia:Ruby (programming language)|Ruby]] by first creating an <syntaxhighlight lang=ruby inline>apl</syntaxhighlight> 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].
=== LispE ===
Scholes' program is translated to LispE, an array-oriented Lisp, on [https://github.com/naver/lispe/wiki/6.20-Conway-Game-of-Life-in-LispE this page].


== Performance ==
== Performance ==

Navigation menu