Programming in Standard ML
Category : Tutorials » C Programming
This book is an introduction to programming with the Standard ML pro- gramming . Most familiar programming languages, such as C or Java, are based on an .
Download File
Free PDF eBooks Download
Tutorials
C Programming
Content Summary :
Standard ML is a type-safe programming language that embodies many innovative ideas in programming language design. It is a statically typedlanguage, with an extensible type system. It supports polymorphic typeinference, which all but eliminates the burden of specifying types of vari-ables and greatly facilitates code re-use. It provides efficient automaticstorage management for data structures and functions. It encourages func-tional (effect-free) programming where appropriate, but allows imperative(effect-ful) programming where necessary. It facilitates programming withrecursive and symbolic data structures by supporting the definition of func-tions by pattern matching. It features an extensible exception mechanismfor handling error conditions and effecting non-local transfers of control.It provides a richly expressive and flexible module system for structur-ing large programs, including mechanisms for enforcing abstraction, im-posing hierarchical structure, and building generic modules. It is portableacross platforms and implementations because it has a precise definition.It provides a portable standard basis library that defines a rich collection ofcommonly-used types and routines.
Favorite C Programming PDF File
A Parallel Programming Tutorial Using the aCe C Language. Version 3. John E. Dorband . tutorial begins with the assumption that the reader is familiar .
Programming in C. A Tutorial. Brian W. Kernighan. Bell Laboratories Murray Hill N. J. . programming structure in this way if else if C Tutorial. 7 .
. tutorial describes the installation of the Eclipse Project CDT C C . .ca eclipse 1 Install.pdf . of these windows in future tutorials. b. .
This book is an introduction to programming with the Standard ML pro gramming . Most familiar programming languages such as C or Java are based on an .
A TUTORIAL ON POINTERS AND ARRAYS IN C. by Ted Jensen. Version 1.2 PDF Version Sept. 2003 . in the writing of code in the C programming language you .