Lua, Python and C/C++ are available right now.
C/C++ is compiled in run-time with LLVM.
Porting an interpreter requires a minimal effort, although porting some of the interpreter libraries can be not that easy.
I have compiled PHP just for fun, and it was working "out of the box".
Comments
Are there interpreters already available for ZeroVM? Or at the moment, must everything be compiled?
Lua, Python and C/C++ are available right now. C/C++ is compiled in run-time with LLVM. Porting an interpreter requires a minimal effort, although porting some of the interpreter libraries can be not that easy. I have compiled PHP just for fun, and it was working "out of the box".