小编Max*_*Max的帖子

clisp:变量x没有值

variable MAP has no value在Common Lisp代码中收到错误(我在Ubuntu终端中使用clisp shell).我的代码看起来像这样(*map*只是一个关联列表,所以你可以跳过它):

(setf *map* '((shore (stars cast reflections on the rippling sea.  
                            it fills you with a strong but unplaceable emotion.) 
                     (east forest))
              (forest (a roof of treetops blots out the sun.  something rustles 
                         behind you.) 
                      (west shore) 
                      (north cliff))
              (cliff (you nearly stumble into a long and fatal fall into the 
                          sea far below you.  you feel a strange urge to throw 
                          yourself off the ledge.  it would probably wisest …
Run Code Online (Sandbox Code Playgroud)

lisp clisp common-lisp

2
推荐指数
1
解决办法
2603
查看次数

标签 统计

clisp ×1

common-lisp ×1

lisp ×1