Viewing profile — ntherning
ntherning
HN member- Joined
- Sat, Apr 12, 2014, 5:51 PM UTC
- HN karma
- 5
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About ntherning
No profile information was provided.
Recent public activity
- story
-
comment
Comment #7810683
Codename One and RoboVM solve different use cases. If you can live with the limitations of a "common denominator" API, a UI toolkit that tries to mimic the native look and feel ala…
-
comment
Comment #7583109
I'm afraid that you are mistaken about the capabilities of the Boehm GC when it comes to compacting. It doesn't compact so heap fragmentation is a possibility with RoboVM. Mono 2.8…
-
comment
Comment #7583047
Just to add some more info: We used to have instructions for installing and compiling under Linux. Since our main focus is currently iOS and some users were confused by mentioning …
-
comment
Comment #7579301
For now you'll need Xcode to use RoboVM which implies Mac OS X running on Mac hardware or in a VM (it can be done although Apple doesn't allow it unless you run the VM on Mac hardw…
-
comment
Comment #7579264
Thanks for pointing this out. I have now changed this to just "No interpreter involved". Except for not interpreting or JITing bytecode it's indeed very much a VM. E.g. it presents…