开发者

Location of Clojures do form

开发者 https://www.devze.com 2023-02-27 02:59 出处:网络
I am trying to locate where do form is defined looking in clojure.core it does not exist. I would like to figure out how do statement is translated开发者_如何学编程 to Java?Look to Compiler.java, line

I am trying to locate where do form is defined looking in clojure.core it does not exist. I would like to figure out how do statement is translated开发者_如何学编程 to Java?


Look to Compiler.java, line 4662 to see how do is handled:


The do form is a special form and as such isn't implemented in clojure. Look through the clojure.lang.Compiler class to see how the clojure compiler treats it.

0

精彩评论

暂无评论...
验证码 换一张
取 消