I cloned the reposity from GitHub. When I tried to compile it I get:
; compiling file "/home/tinuviel/github/cl-python/core/metaclass.lisp"
; compiling (IN-PACKAGE :CLPYTHON); compilation aborted because of fatal error:
; READ failure in COMPILE-FILE:
; SB-INT:SIMPLE-READER-PACKAGE-ERROR at 2925 (line 111, column 30)
; Symbol "DEFINE-HASH-TABLE-TEST" not found in the SB-INT package.
I am using Debian Sid, and installed SBCL, closer-mop, ptester from
the Debian repository.
sbcl 1.0.29.11
cl-closer-mop 0.42
cl-ptester 1.2
--
Seo Sanghyeon