clojureclr

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

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

时间秒杀一切 提交于 2019-12-03 09:39:37
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? 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

Calling Clojure from .NET

馋奶兔 提交于 2019-12-03 03:47:01
问题 I have been spending some time playing with Clojure-CLR. My REPL is working, I can call .NET classes from Clojure, but I have not been able to figure out calling compiled Clojure dlls from C# classes. I have been trying to adapt the java example found here: I removed the :name line from the top of the example because it causes a "Duplicate key: :name" error. Without the ":name" line, the code compiles fine and I can add the reference in Visual Studio, but I can't seem to figure out how to use

Calling Clojure from .NET

醉酒当歌 提交于 2019-12-02 18:06:47
I have been spending some time playing with Clojure-CLR. My REPL is working, I can call .NET classes from Clojure, but I have not been able to figure out calling compiled Clojure dlls from C# classes. I have been trying to adapt the java example found here: I removed the :name line from the top of the example because it causes a "Duplicate key: :name" error. Without the ":name" line, the code compiles fine and I can add the reference in Visual Studio, but I can't seem to figure out how to use the code. I've tried a variety of 'using' statements, but so far nothing has worked. Can anyone

Clojure on the CLR

╄→尐↘猪︶ㄣ 提交于 2019-11-28 16:12:11
问题 I'm interested in investigating Clojure on the CLR. I see that there is a port--but I'm always a bit leery of these second-class citizens (i.e. they don't have the stability or functionality of the original). I'd less inclined to spend much time at this point if generally people find Clojure on the CLR immature--I simply don't have the time or energy to fight a bunch of problems at this point. On the other hand, if Clojure on the CLR seems well-baked, I'd start diving in today! Has anyone