A framework for user-extensible compilers and development tools, including a Java-to-Java extensible compiler, ideal for Java code refactoring. Also includes the new LX programming language.
The aim of this project is to develop a set of Eclipse plugins to enable a better experience for developers programming in C/C++ for the Cell BE architecture using Eclipse.
zCOBOL portable mainframe COBOL compiler, part of the z390 project
The zCOBOL portable mainframe COBOL compiler with support for compiling multiple dialects of COBOL into any one of several target language executable programs including HLASM compatible mainframe assembler, Java, C++, or Intel assembler. All downloads and other information are kept at the z390 project site; see the home page link for more information.
Peet is a back-end .NET compiler for the SXM software transactional memory (STM) package (available from Microsoft Research). It makes concurrent programming with an STM library easier and more efficient.
The aim of the project is to write an distributed object compiler/interpreter. Object reside on special server and can be accessed in a java/c++ style programming language through a network. This project is currently being renamed please check http://obj
JNC means java native compiler. It take the java byte code file as input and translate it to C or ASM format then compile to native format such as elf or pe file. So your java program can run without JVM.