How mature is clojure-clr? Can I use it with Mono?

泄露秘密 提交于 2019-12-04 15:35:22

问题


How mature is clojure-clr? Does this support all the functions that clojure/jvm provides? Does it run on Mono without any problem?

I tried clojure-clr, and it seems to work fine with REPL. However, when I tried to run examples with mono Clojure.Main.exe clojure/samples/ants.clj, I got a bunch of error messages. Is this a problem with running clojure-clr on Mono?


回答1:


It is commonly used from, what i gather, on mono though it gets less attention than clojure-jvm in almost every way so it seems reasonable to expect it to lag the JVM version on features and have its own set of bugs. Slower development may also reduce the bug creation rate perhaps?




回答2:


I find this SO post quite interesting and useful - Clojure on the CLR

This video clip is also pretty interesting - http://channel9.msdn.com/blogs/charles/emerging-langs-clojure-and-f, and from this video, Rich Hickey (the inventor of Clojure) said that Clojure was initially programmed with C# and Java. He also mentioned the original name he thought about Clojure was CLJ(C#, Lisp and Java): Why is Clojure named Clojure



来源:https://stackoverflow.com/questions/6073848/how-mature-is-clojure-clr-can-i-use-it-with-mono

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