To get cl-go running, you need a common Lisp with asdf installed or built-in, as e.g. Allegro or SBCL. To get started, try in the REPL: (load "path/to/cl-go/startup.lisp") ;use "/" for windows paths, too (in-package :go) (test-uct) Have fun =)