In the clojure source code, what does RT stand for?

五迷三道 提交于 2019-12-23 06:58:36

问题


clojure / src / jvm / clojure / lang / RT.java

The above seems to be one of the most important source files in clojure source code. For the sake of understanding the architecture, what does the RT stand for?


回答1:


RT stands for Run-time.



来源:https://stackoverflow.com/questions/5980119/in-the-clojure-source-code-what-does-rt-stand-for

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!