
|
|
|
|
Home / Computers / Programming / Languages / Procedural
|
| Categories |
|
|
- Computers/ Programming/ Languages/ ABC@ (2)
- Computers/ Programming/ Languages/ APL@ (102)
- Computers/ Programming/ Languages/ Ada@ (393)
- Computers/ Programming/ Languages/ Algol_60@ (16)
- Computers/ Programming/ Languages/ Algol_68@ (24)
- Computers/ Programming/ Languages/ Assembly@ (150)
- Computers/ Programming/ Languages/ Awk@ (23)
- Computers/ Programming/ Languages/ BASIC@ (312)
- Computers/ Programming/ Languages/ C/ C--@ (5)
- Computers/ Programming/ Languages/ CHILL@ (3)
- Computers/ Programming/ Languages/ Cobol@ (146)
- Computers/ Programming/ Languages/ Curl@ (40)
- Computers/ Programming/ Languages/ C@ (192)
- Computers/ Programming/ Languages/ Euphoria@ (26)
- Computers/ Programming/ Languages/ Forth@ (254)
- Computers/ Programming/ Languages/ Fortran@ (116)
- Computers/ Programming/ Languages/ Icon@ (6)
|
- Computers/ Programming/ Languages/ Leda@ (5)
- Computers/ Programming/ Languages/ Lua@ (13)
- Computers/ Programming/ Languages/ Modula-2@ (26)
- Computers/ Programming/ Languages/ Mumps@ (21)
- Computers/ Programming/ Languages/ PL-SQL@ (42)
- Computers/ Programming/ Languages/ PL@ (7)
- Computers/ Programming/ Languages/ Pascal@ (80)
- Computers/ Programming/ Languages/ Pliant@ (15)
- Computers/ Programming/ Languages/ Scripting/ Procedural@ (7)
- Computers/ Programming/ Languages/ Proteus@ (2)
- Computers/ Programming/ Languages/ REBOL@ (88)
- Computers/ Programming/ Languages/ Rexx@ (245)
- Computers/ Programming/ Languages/ S-Lang@ (2)
- Computers/ Programming/ Languages/ Snobol@ (9)
- Computers/ Programming/ Languages/ T3X@ (2)
- Computers/ Programming/ Languages/ Visual_Basic@ (433)
- Computers/ Programming/ Languages/ Visual_DialogScript@ (4)
|
|
|
|
Web Sites
|
- Algol-like Languages - This volume contains historical and foundational material, and works on language design.
www.dcs.qmul.ac.uk/~ohearn/Algol/intro.html
- 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.
www.cris.com/~adhawan
- CASL - Language for programming PDAs. Lets you describe a program in terms of graphical elements bound together by your code.
www.caslsoft.com
- COX - C with Operator eXtension (FTP)
ftp://ti3sun.ti3.tu-harburg.de/pub/cox
- Cyclone - A type-safe, polymorphic version of C that provides control over data representations and memory management.
www.cs.cornell.edu/projects/cyclone
- Elaya - Homepage for the open source Elaya compiler project.
www.elaya.org/main/showitem.php3?id=1
- 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.
www.ugcs.caltech.edu/gema
- 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.
www.cl.cam.ac.uk/users/mr/MCPL.html
- PILOT - Simple interpreted language designed for use in computer-assisted instruction (CAI), 3 implementations, IEEE-standard and open source version exist.
rpilot.sourceforge.net/pilot.html
- 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.
www.quikcode.bizland.com
- River - Streams on steroids: high productivity and flexibility procedure designer/environment; tiny applets made to be combined easily and flexibly. Coded in BASIC, C, MASM. Semantics are considered in its design, it is used like a language, but is not a normal language as nothing gets interpreted/compiled. Ronin Software Group.
www.roninsg.com/river.htm
- The cT Programming Language and Environment - An algorithmic language like C, Pascal, Fortran, and Basic, but greatly enhanced by multimedia capabilities, including easy-to-use support for color graphics, mouse interactions, and even movies in QuickTime or Video for Windows format.
www.cs.panam.edu/~meng/unix-home/Research/DataMine/Code/CPPversion/data/ct.html
- The XPL Programming Language - has PL/I-like syntax but its structure is close to the C.
www.geocities.com/xpl_lang
- 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.
www.geocities.com/SiliconValley/Lab/6888/top.htm
- UniCOMAL - The site supplies and supports MacharSoft version of the COMAL programming language. It's classic imperative interpreted language, similar to BASIC but with a wider range of structures and facilities.
www.macharsoft.co.uk/unicomal/unicomal.html
|
|
|
|
|