Hi all,
I am new to the group. I am planning to build robots with my kids. :-) My current target platform is:
OS: Android
Language: Erlang
Doing a little more digging about production development brought up a couple of questions:
Since Android has an embedded JVM (Dalvik), is Erjang a resource we can leverage toward a truly embedded Erlang?
What are the important differences between the BEAM, JVM, and Dalvik when thinking about an embedded Erlang?
Could we compile BEAM byte code to Dalvik byte code in the same way the Android SDK compiles Java byte code to Dalvik byte code?
Thoughts?
Stu