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.

Project Panama: Interconnecting JVM and Native Code

65 pointsby amatheusabout 10 years ago

3 comments

trynumber9about 10 years ago
If it&#x27;s going to look like JNR&#x27;s FFI that&#x27;ll make me very happy. It&#x27;s nicer to work with[0] than existing tools (that I&#x27;ve used anyway).<p>[0]: <a href="https:&#x2F;&#x2F;github.com&#x2F;jnr&#x2F;jnr-ffi-examples&#x2F;blob&#x2F;master&#x2F;qsort&#x2F;src&#x2F;main&#x2F;java&#x2F;qsort&#x2F;Qsort.java" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jnr&#x2F;jnr-ffi-examples&#x2F;blob&#x2F;master&#x2F;qsort&#x2F;sr...</a>
trishumeabout 10 years ago
This is awesome, it opens up the possibility of using all sorts of JVM languages (Java, Scala, Clojure ...) for pseudo-systems type programming as well as easier interfacing with libraries.
pierreluxabout 10 years ago
Could this help Jython to interface with Numpy ? The JyNI project is otherwise constrained to do some pretty serious gymnastics...