Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Seems like you pay a heavy price for dynamicity on Dalvik, because introspection is expensive

Citations?

On Android it seems to me that all APIs are running on top of Dalvik, so to use other interpreters (outside of Dalvik) means you have to pay the price for IPC calls (coupled with an interpreter that isn't optimized for mobiles).



"all APIs are running on top of Dalvik"

No, the NDK (Native Development Kit) allows you to bypass Dalvik for some APIs - OpenGL ES, math, compression etc. The complete list is on http://developer.android.com/sdk/ndk/index.html


Search for clojure on android.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: