from Hacker News

Show HN: GoJava – Server/desktop Java bindings to Go packages

by vendakka on 3/28/16, 3:08 PM with 14 comments

  • by scosman on 3/28/16, 4:15 PM

    I'm looking forward to when this exists for every almost language. Go added "c-archive" build mode in 1.5. There is no reason gobind couldn't support any language which can work with c libraries (ruby, node, etc).
  • by namelezz on 3/28/16, 7:07 PM

    Since GoJava generates jar binding, does it mean other JVM languages can use the jar to call Go too?

    Edit: Java has generic Go doesn't, how do the bindings work for generic?

  • by _JamesA_ on 3/28/16, 5:07 PM

    Go would benefit immensely from the ability to bind to JDBC drivers for database access.
  • by alpb on 3/28/16, 4:53 PM

    In case the author sees this, more documentation would be great.