|
|
|
|
XPL
Language and compiler generator system (or TWS: translator writing system) based on language. Derived from PL/I with its syntax, but structure close to C, first release 1968. Descriptions, book, port list, resources, publications list.
http://www.cs.toronto.edu/XPL/
|
|
|
CASL
Language for programming PDAs. Lets you describe a program in terms of graphical elements bound together by your code.
http://www.caslsoft.com/
|
gema: general purpose macro processor
Text processing utility based on pattern matching. In general, it reads an input file and copies it to an output file, while performing certain transformations to data as specified by a set of patterns set by user. Can be used to do things done by Unix utilities cpp, grep, sed, awk, or strings, and as a macro processor, but is far more general than cpp or m4 because it imposes no syntax for what a macro call looks like. Unlike utilities like sed or awk, it can deal with patterns that span multiple lines, with nested constructs, and can use multiple sets of rules in different contexts.
http://www.ugcs.caltech.edu/gema/
|
AML: Anil's Machine Language
Implements a simple, virtual register machine in C++, to make a portable, powerful, efficient way to solve mathematical problems. Its use is not limited to math, but that is its main use so far. Syntax is far easier than normal machine language as the instruction set is easy to learn and understand.
http://www.cris.com/~adhawan/
|
Quikcode
Free PC implementation of easy, yet powerful procedural IBM mainframe programming language Quikjob. Some uses: scanning files, making reports and quick utilities, converting files. For DOS 5.0 & up, Windows 3.1/95/98, Linux, Stratus VOS.
http://www.quikcode.bizland.com/
|
|
Profan2
Full language with scripting/batch abilities, database development system, built-in ODBC interface, interpreter and compiler. For Windows, common in Germany, easy to make English version. English page on website. [freeware (early version), commercial]
http://www.profan.de/
|
|
|
|
|
|
|
Alex
A programming cross platform rapid GUI development language, working with Microsoft Windows, as well as Motif and OpenLook on a very wide variety of Unix operating systems. The language allows one set of source code to produce a product that worked across platforms.
http://www.marsjupiter.com/mambo/index.php?Itemid=83
|