Open Virtual Machine Project

Overview

Recent technologies such as Java and CLR present an interesting concept to a programmer - the ability to compiler your code once and run it "anywhere". This is an appealing notion indeed, but to take advantage of these technologies you have to succumb to some major drawbacks:

What is needed is a virtual machine that fights against all three of these drawbacks. Enter the Open Virtual Machine (OVM) Project. Our intent is to provide the premiere portable virtual machine, supporting as many compilers (and therefore programming languages) and platforms as possible.

Project Goals

These goals define the general philosophy of the OVM Project.

Project Objectives

Our project objectives represent specific milestones that we can shoot for.

Support