What does #+#. mean in lisp?

前端 未结 5 2016
不思量自难忘°
不思量自难忘° 2021-02-18 21:26

It is almost impossible to google, hence my understanding is limited to contextual clues from reading through the slime source code: perhaps it is part of the object system in c

5条回答
  •  逝去的感伤
    2021-02-18 21:32

    Also, #-foo(code to execute) will execute the code only if foo is not in *features*.

    Information about #+, #., etc. is difficult to find even in the Common Lisp HyperSpec, but relevant HyperSpec pages can be found by Googling "Sharpsign minus", etc. (Thanks Austin.)

提交回复
热议问题