MINC: Difference between revisions
Appearance
Content deleted Content added
Undid revision 458547594 by 67.189.127.19 (talk) |
Undid revision 462250998 by 117.207.119.103 (talk) Vandalism |
||
Line 1: | Line 1: | ||
{{otheruses}} |
{{otheruses}} |
||
'''MINC''' ("MINC is not [[C (programming language)|C]]") is a |
'''MINC''' ("MINC is not [[C (programming language)|C]]") is a data specification language written in the mid-1980s by a [[Princeton University]] graduate student named [[Lars Graf]]. |
||
It contains many (though not all) of the syntactical capabilities of the C programming language, and can be used to implement simple procedural programs that can be executed by a runtime [[parser]] (that is to say, MINC does not need to be compiled in any way) |
It contains many (though not all) of the syntactical capabilities of the C programming language, and can be used to implement simple procedural programs that can be executed by a runtime [[parser]] (that is to say, MINC does not need to be compiled in any way). |
||
MINC continues to be used only in a handful of programs written in the 1980s (e.g. [[Real-Time Cmix]]). It has been for all intents and purposes superseded by modern scripting languages such as [[Perl]], [[Python (programming language)|Python]], and [[Tcl]] |
MINC continues to be used only in a handful of programs written in the 1980s (e.g. [[Real-Time Cmix]]). It has been for all intents and purposes superseded by modern scripting languages such as [[Perl]], [[Python (programming language)|Python]], and [[Tcl]]. |
||
The most controversial aspect of the language seems to be whether it is pronounced "mink" or "min-see" |
The most controversial aspect of the language seems to be whether it is pronounced "mink" or "min-see". |
||
==External links== |
==External links== |
Revision as of 15:09, 24 November 2011
MINC ("MINC is not C") is a data specification language written in the mid-1980s by a Princeton University graduate student named Lars Graf.
It contains many (though not all) of the syntactical capabilities of the C programming language, and can be used to implement simple procedural programs that can be executed by a runtime parser (that is to say, MINC does not need to be compiled in any way).
MINC continues to be used only in a handful of programs written in the 1980s (e.g. Real-Time Cmix). It has been for all intents and purposes superseded by modern scripting languages such as Perl, Python, and Tcl.
The most controversial aspect of the language seems to be whether it is pronounced "mink" or "min-see".