Java has vast number of libraries.

Good thing is Golang is catching up with its own style.

There are cases though where there is no equivalent libraries ( PDF reading 
/ writing, TIFF reading writing, Office File formats)

There were a few attempts for Java to Go conversions but not complete (if 
ever can be complete).

github.com/dglo/java2go (converter but not with UTF-8 capabilities)

https://github.com/timob/javaparser (java parser)

github.com/tinycedar/class-parser  (java class parser)

github.com/tinylcy/SmallVM (Java VM interpreter)

github.com/tinycedar/vanilla

All of these projects show the need to read from Java.

Is there any other project or effort to map java functions --> go or even a 
decent converter?

Any plans to make a decent converter from somebody?


-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to