Wim Vander Schelden wrote:
> I didn't know that python uses a VM, I thought it still used an
> interpretter! You
> learn something new everyday :)

still? I don't think Python ever used a different model. Most modern
languages are using an interpreted byte code approach:

http://en.wikipedia.org/wiki/Interpreted_language#Languages_usually_compiled_to_a_virtual_machine_code

IMHO .NET/C# is missing from the list.

Christian

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to