* otus lisp is a descendant of owl lisp (https://www.youtube.com/watch?v=utOVF0U7Zd8) with a nice ffi - http://yuriy-chumak.github.io/ol/
A Lisp Interpreter Implemented in Conway's Game of Life
11–20 of 88 posts
Re: A Lisp Interpreter Implemented in Conway's Game of Life
#12Re: A Lisp Interpreter Implemented in Conway's Game of Life
#13I still can't get over how much interest the game of life maintains since it's invention. It might just be my favorite "field" of CS at this point. It's such a satisfying intersection of maths, coding, "biology", and "biological engineering".
Re: A Lisp Interpreter Implemented in Conway's Game of Life
#14So this is rather impressive.
Re: A Lisp Interpreter Implemented in Conway's Game of Life
#15Re: A Lisp Interpreter Implemented in Conway's Game of Life
#16I knew GoL was turing complete so theoretically this should be possible. I just couldn't even imagine imagining wanting to try. So this is rather impressive.
Re: A Lisp Interpreter Implemented in Conway's Game of Life
#17Not so exciting but still pretty cool: Conways Game of Life in a few lines of otus lisp* https://github.com/yuriy-chumak/ol/blob/master/samples/Conve... * otus lisp is a descendant of owl lisp ( https://www.youtube.com/watch?v=utOVF0U7Zd8 ) with a nice ffi - http://yuriy-chumak.github.io/ol/
Re: A Lisp Interpreter Implemented in Conway's Game of Life
#18Re: A Lisp Interpreter Implemented in Conway's Game of Life
#19Not so exciting but still pretty cool: Conways Game of Life in a few lines of otus lisp* https://github.com/yuriy-chumak/ol/blob/master/samples/Conve... * otus lisp is a descendant of owl lisp ( https://www.youtube.com/watch?v=utOVF0U7Zd8 ) with a nice ffi - http://yuriy-chumak.github.io/ol/
I wonder when someone will code GoL inside GoL