Hacker News new | ask | show | jobs
by nubela 5028 days ago
what about library support? are libraries i use in java translated as well? performance?
1 comments

It appears to work on Java code, not JVM bytecode (similar to GWT), so you'd have to decompile/disassemble the JVM bytecode first.

IT appears to follow GWT in other ways as well such as JSNI-ish interface (can even combine JSNI and native ObjC) and some optimized runtime classes for the ObjC environment.