Wiki

Changes between Version 1 and Version 2 of VirtualMachine

Show
Ignore:
Timestamp:
10/25/10 08:43:23 (14 years ago)
Author:
Chuck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VirtualMachine

    v1 v2  
    1 In the context of Cobra, the virtual machines of interest are .NET/Mono and JVM. 
    2  
    3 Cobra currently runs on .NET/Mono and is planned to run on JVM, hopefully in 2009. 
     1Cobra leverages virtual machines for their benefits including machine code generation, garbage collection, standard libraries and 3rd party libraries and tools. Cobra currently runs on DotNet and NovellMono. There is a partially completed back-end for JVM as well as Objective-C (although the latter is not a virtual machine).