Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New MobiVM site #1

Open
3 tasks
obigu opened this issue Apr 21, 2021 · 1 comment
Open
3 tasks

New MobiVM site #1

obigu opened this issue Apr 21, 2021 · 1 comment

Comments

@obigu
Copy link
Collaborator

obigu commented Apr 21, 2021

We are migrating the MobiVM site to GitHub pages to allow easier maintability and contributions from the community.

There are still some TODO:

  • Review technical texts (requires @dkimitsa proof read)
  • Migrate legacy RoboVM documentation based on GitBook
  • Link to new plugins repository (S3?)

Keeping this issue open to keep track of the TODOs and add new ones if needed.

@dkimitsa
Copy link

dkimitsa commented Jun 7, 2021

hi @obigu
probably we should put brief tech notes on front page. Probably we might include tech sections of how it works long reads.
Here is a small draft for front page that should be adapted (spell checked) to meet the mood of page:

RoboVM translates Java bytecode into LLVM IR (intermediate representation) that later being compiled into native code for target platform. 
This approach allows to use widely available codebase from Java ecosystem at native platform speed. 
As it represents Java platform many JVM enabled languages might be used, such as Kotlin or DukeScript. 
Build in tree shaker effectively drops classes that are not used by code path that allows to keep binary footprint at minimal size

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants