Hello,
I'm getting the following error:
; ==> ; CLPYTHON.PARSER::$1 ; ; note: deleting unreachable code ; in: LAMBDA NIL ; 'CLPYTHON.AST.NODE:|suite-stmt| ; ; note: deleting unreachable code WARNING: change in instance length of class CLPYTHON::MODULE-GLOBALS-HANDLER: current length: 7 compile time length: 9
both when compiling and loading clpython. The compile (when accepting the error) and testing completes with 4 errors as expected. However when I try to start up the repl I get the following:
The function CLPYTHON.APP.REPL::REPL-1 is undefined. [Condition of type UNDEFINED-FUNCTION]
Jason