TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Introducing jrclj: Easily call Clojure from JRuby

23 pointsby kyleburtonover 15 years ago

2 comments

arohnerover 15 years ago
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 未加载
lucraftover 15 years ago
Thankyou. This is going to be very useful to me very soon.
评论 #1173897 未加载
评论 #1173923 未加载