Found 23 records for the .S file extension name
There are 22 other file types using the S file extension:
.s - Assembler source code
.s - Mime: text/x-asm
.s - Modula-3 foreign assembly source
.s - Multi-Edit macro source
.s - Source code
.s - Train Simulator shape file
.s - Mozilla password data
.s - Nitpicker Backup Ipflow File
.s - Free Pascal Assembler File for Linux or DOS Version (FPC Development Team)
.s - AKAI S900/950 sample
.s - AKAI S1000/S1100/S01 sample
.s - AKAI S3000/S3200/S2000/S2800 sample
.s - Assembler source code
.s - DigitalMicrograph script
.s - Free Pascal assembler file
.s - Modula-3 foreign assembly source
.s - Mozilla (Netscape) password data
.s - MultiEdit macro source
.s - Nitpicker backup Ipflow file
.s - Scheme source code
.s - Source code
.s - Xcode core assembler program
file extension S - Scheme language source
File extension S description:
Scheme is a statically scoped and properly tail-recursive dialect of the Lisp programming language invented by Guy Lewis Steele Jr. and Gerald Jay Sussman. It was designed to have an exceptionally clear and simple semantics and few different ways to form expressions. A wide variety of programming paradigms, including imperative, functional, and message passing styles, find convenient expression in Scheme.
Scheme was one of the first programming languages to incorporate first class procedures as in the lambda calculus, thereby proving the usefulness of static scope rules and block structure in a dynamically typed language. Scheme was the first major dialect of Lisp to distinguish procedures from lambda expressions and symbols, to use a single lexical environment for all variables, and to evaluate the operator position of a procedure call in the same way as an operand position. By relying entirely on procedure calls to express iteration, Scheme emphasized the fact that tail-recursive procedure calls are essentially goto's that pass arguments. Scheme was the first widely used programming language to embrace first class escape procedures, from which all previously known sequential control structures can be synthesized. More recently, building upon the design of generic arithmetic in Common Lisp, Scheme introduced the concept of exact and inexact numbers. Scheme is also the first programming language to support hygienic macros, which permit the syntax of a block-structured language to be extended reliably.
