JSCL是Common Lisp(CL)的實現之一。 它涵蓋許多的CL特徵除了CLOS,格式等 它有其REPL其他CL實現。 我想知道如何從JS端調用CL代碼。 我想這樣做: // set the CL codes as string
var codes = "(defun f1(x) (+ x 1))
(f1 99)";
// call CL codes from JSCL
JSCL.
我想編譯並運行一個lisp源代碼來解析Peercoin區塊鏈,這樣我就可以獲得前100個最豐富的地址。我正在使用lisp源代碼https://github.com/glv2/peercoin-blockchain-parser。 我已經安裝quicklisp我的系統上,但在運行下面的錯誤代碼被拋出: debugger invoked on a LOAD-SYSTEM-DEFINITION-ERRO