相关疑难解决方法(0)

Clojure类型提示语法

在"Programming Clojure"一书中(Halloway,S.,(2009).Program Clojure.Raleigh,NC:Pragmatic Bookshelf.)他使用语法显示了类型提示

(defn describe-class [#^Class c]
  ...)
Run Code Online (Sandbox Code Playgroud)

Clojure网站上,类型提示显示没有#阅读器宏:

(defn len2 [^String x]
  ...)
Run Code Online (Sandbox Code Playgroud)

哪个是对的?

types clojure

9
推荐指数
1
解决办法
1597
查看次数

标签 统计

clojure ×1

types ×1