A little bit about Havok.
Havok is like java… and then not like java.
Havok is virtual machine that excepts Havok bytecode. The benefit of this is that you can write/find a compiler that compiles say c, c++, java, c#, python into havok bytecode.
1;A;5
7;A
the previous code does:
1 = number
A = variable name
5 = A's value
7 = print
A = print's value
I also ran some tests on Havok:
Specs:
Amd fx-6100
4 gb of ram
C++ speed = .000618 seconds
Havok speed = .000668 seconds
As you can see havok is almost as fast as c++, i hope to write optimization code for it soon, right now it just runs it.
Havok currently runs on x86_64 and x86 and soon arm, operating systems: linux (tested); windows (not tested but soon); mac (don't own a mac); android (soon); ios (don't own a mac).