TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Introducing jrclj: Easily call Clojure from JRuby
23 points
by
kyleburton
over 15 years ago
2 comments
arohner
over 15 years ago
Collapse
What does this do that you can't do by calling native java code from JRuby?<p>All Clojure code can be called from Java by doing (pseudo-code):<p><pre><code> Var my_fn = Var.find("str-utils/join"); my_fn.invoke("a","b");</code></pre>
评论 #1175271 未加载
lucraft
over 15 years ago
Collapse
Thankyou. This is going to be very useful to me very soon.
评论 #1173897 未加载
评论 #1173923 未加载