When requiring modules, should the name be a string, symbol, or keyword?

后端 未结 0 1856
走了就别回头了
走了就别回头了 2020-12-18 14:50

What is the difference between the following?

(require "asdf")  ; String.
(require \'asdf)   ; Symbol.
(require :asdf)   ; Keyword.

相关标签:
回答
  • 消灭零回复
提交回复
热议问题