Re: [dev] Most suckless multi-language VM

2011-10-03 Thread pancake
There are some languages that compile to luavm. I would prefer lua than java, parrot or dotnet. Dalvik is not an option as long as its src sucks and there's only a single lang to compile for it atm... Go will be another option soon probably. Jamvm is probably the best option for running java..

Re: [dev] Most suckless multi-language VM

2011-10-03 Thread Kurt H Maier
next question: most suckless optimizing XML <-> asn.1 translator

[dev] Most suckless multi-language VM

2011-10-03 Thread Pierre Chapuis
I am wondering what the simplest multi-language VM is. Obviously the CLR and JVM are not candidates. Parrot is interesting but is bloated too. The Lua VM is simple but too tied to the language. I have found about the Dis VM [1]. It looks interesting, does anybody here still use it? Otherwise, G