xsltxt provides an alternative non-xml syntax for XSLT stylesheets that is easier to write, understand and maintain. The semantics of xsltxt are the same as XSLT written in XML, only the syntax is changed, and the standard javax.xml.transform APIs are used to perform the actual transformations.
compiler-hopper is a compiler for the language Grace.
A compiler for the Micro Java language. French documentation only.
Streme (Scheme + stream) is a Scheme-inspired language with a concurrent interpreter. The main goal is to make effective use of multiple cores when evaluating programs. Streme comes with analysis tools that are capable of performing control and value flow analysis, together with interprocedural dependence analysis. The ultimate goal is automatic parallelization of Scheme programs, evaluating standard Scheme programs (i.e. programs without special annotations for parallelization) using multiple cores.
xmlsh is command line shell like the Unix shells but providing a familiar scripting environment specifically tailored for scripting XML processes.
Its author claims that “Alef++ is a new programming language like Perl and Lisp syntax, with a many changing in classical languages designs”. It is proposed as a dynamic language is based in Java Virual Machine and designed to OO-Style programmers. It is claimed to have a new design for flow controls, an easy manipulaction for arrays and hashs, many styles for subroutines, a crazy syntax and to be designed just for fun.
From munci’s homepage: Munci (pronounced “Monkey”) is an interactive macro-interpreted-compiling language inspired by Forth. As in Forth, functions written in Monkey can examine source code. Unlike Forth, Munci uses a generalized version of the Java tokenizer for input, so Munci programs can easily parse Java-esque code.
OHL is a Java extension that adds sub-type switching to Java as in
switch (figure) {
case instanceof Circle {
return "Radius: " + figure.getRadius();
}
case instanceof Square {
return "Side length: " + figure.getSideLen();
}
}
The xUmlCompiler is an executable UML environment which turns data models specified with UML into executable classes.
minilax-to-jasmin is a Minilax to Jasmin Java Assembler compile. Minilax looks like a Basic dialect.