Small Article Index for
Small
Articles about
Small
Website Links For
Small
 

Information About

Small





HISTORY

The aim of the language was to enable people to write ALGOL-like code that ran on a small machine. It also included the string type for easier text manipulation.

SMALL was used extensively from about 1980 to 1985 at Auckland University as a programming teaching aid, and for some internal projects. Originally written to run on a Boroughs 6700 Main Frame in Fortran IV(?), subsequently rewritten in SMALL and ported to a DEC PDP-10 Architecture (on the Operating System TOPS-10 ) and IBM S360 Architecture (on the Operating System VM/ CMS ).

About 1984 SMALL had some object oriented features added to handle structures (That were missing from the early language), and to formalise file manipulation operations.


OTHER PROGRAMMING LANGUAGES CALLED SMALL

CompuPhase SMALL is a simple, typeless, 32-bit extension language with a C-like syntax. It is designed to be useful as an Embedded programming language and is distributed under a liberal zLib/libpng license. This language is useful as a safer environment within or alongside the C Programming Language , for instance as a Scripting Language in games programming or on resource-limited systems. Now, however, it has been renamed to PAWN .


SEE ALSO




EXTERNAL LINKS