lsevero / abclj

Clojure to Common lisp interop
Eclipse Public License 2.0
88 stars 4 forks source link

implementation of game-of-life from abcl sample code into abclj #11

Closed wandersoncferreira closed 4 years ago

wandersoncferreira commented 4 years ago

This is nice! I basically copy and paste the life.lisp file from abcl sample code. This is a more interesting example because we have the whole crew working together: i) clojure; ii) java, and iii) common lisp.