Show HN: GoJava – Server/desktop Java bindings to Go packages
1–10 of 15 posts
Re: Show HN: GoJava – Server/desktop Java bindings to Go packages
#2Re: Show HN: GoJava – Server/desktop Java bindings to Go packages
#3I'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).
Re: Show HN: GoJava – Server/desktop Java bindings to Go packages
#4Re: Show HN: GoJava – Server/desktop Java bindings to Go packages
#5In case the author sees this, more documentation would be great.
Re: Show HN: GoJava – Server/desktop Java bindings to Go packages
#6Re: Show HN: GoJava – Server/desktop Java bindings to Go packages
#7I'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).
This exists for Python [0]. The reverse is also interesting (Go -> Java/Python/Ruby) and once I get some spare time, I'll play around with using libjvm to load and call jar files from Go. [0] https://github.com/go-python/gopy
Re: Show HN: GoJava – Server/desktop Java bindings to Go packages
#8Go would benefit immensely from the ability to bind to JDBC drivers for database access.
Re: Show HN: GoJava – Server/desktop Java bindings to Go packages
#9Edit: Java has generic Go doesn't, how do the bindings work for generic?
Re: Show HN: GoJava – Server/desktop Java bindings to Go packages
#10Since 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?