OpenC++ is a source code translation tool for C++. Programmers can easily implement various kinds of translation so that they can define new syntax, new annotation, and new object behavior. OpenC++ is useful if they need to, for example, develop extensions to C++, add domain-, application-, or class-specific compiler optimizations, or build their own version of (runtime) MOP for C++.
OpenJava allows programmers to customize the language to implement new language mechanism through MOP. OpenJava helps people who want to develop better Java libraries. It also helps people who are developing their own extended Java languages. OpenJava can also be regarded as a toolkit for constructing a Java preprocessor.
The Quick C-- compiler is an experimental implementation of the C-- language. C-- is intended to be a "portable assembly language" that can be used as a target language by compiler writers. C-- features a simple C-like core and support for garbage collection and exception handling.
Scilab is a numerical computation system similiar to Matlab or Simulink. Scilab includes hundreds of mathematical functions, and programs from various languages (such as C or Fortran) can be added interactively. It has sophisticated data structures (including lists, polynomials, rational functions, and linear systems), an interpreter, and a high-level programming language. Scilab has been designed to be an open system where the user can define new data types and operations on these data types by using overloading. A number of toolboxes are available with the system.
SUIF (Stanford University Intermediate Format) is an infrastructure designed to support collaborative research in optimizing and parallelizing compilers. SUIF1 includes a SUIF-to-Fortran backend, a graphical browser, a parallelization system, and a call-graph library. SUIF2 includes Java and C frontends, object-oriented extensions, and an intraprocedural dataflow framework.
Unicon (Unified Extended Dialect of Icon) is a superset of Icon, and Idol. It adds objects, networking and file systems access, execution monitoring and visualization, and an ODBC database interface that operates on local files, or across a network with SQL database servers. Icon is a high- level, imperative, procedural programming language, with abstractions like generators, lists, sets, and tables.
Generic Programming and C++ Lib Standardization Boost.org is to C++ what Apache Jakarta is to Java: A collection of libraries all meant to help developing applications, distributed as Open Source. ...
Depreciated in favour of autoreconf The developer himself has written this on sf: "Well after a review of the bootstrapper by the Automake and Autoconf development team, I was informed th...