COX
C with Operator eXtension (FTP)
HAL/S
Features a short presentation of the avionics on-board programming language (used by on-board space shuttle computers).
MCPL
a simple typeless language which is based on BCPL. It makes extensive use of pattern matching somewhat related to that used in ML and Prolog. Some other features come from C.
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.
PILOT
Simple interpreted language designed for use in computer-assisted instruction (CAI), 3 implementations, IEEE-standard and open source version exist.
TOP: Table Oriented Programming
Programming that puts tables first. Tables are a vital data representation method. In some applications they are central, almost all you need; far superior to standard APIs: smaller; faster; easier to write, understand, debug.
CASL
Language for programming PDAs. Lets you describe a program in terms of graphical elements bound together by your code.
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.
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.
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.
|