Programming In Standard Ml
ID# : 189
Under Category : Tutorial Programming C
Source: www-2.cs.cmu.edu
Cached Content
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 .
File 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.
Help others by telling us that this link is not pdf file.
Latest Free PDF Files
The FTS C Programming Style Guide Software Fault Prevention By Language Choice Why C Is Not My Favorite Language Programming Languages C The Objective C Programming Language C Reference Card ANSI Pointers and Arrays in C Tutorial Eclipse Project CDT C Plugin Tutorial Programming in Standard ML C Programming Tutorial aCe C Language Parallel Programming Tutorial
Most Searched Topics
- Renault Manuals
- Renault Scenic And Renault Megane
- Audi A4 Service Manual 1996 2001
- VW Golf Jetta Service and Repair Manual
- Volkswagen Passat Service Manual 1998 2005
- Volkswagen Jetta Golf GTI Service Manual 1999 2002
- Peugeot 206 Types
- Repair Volkswagen Cars Manual
- AutoCAD 2006 Tutorial First Level 2D Fundamentals
- Opel Corsa
Most Download Tutorial Programming C Free PDF Files
1799
» Pointers and Arrays in C Tutorial
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 .
Category : Tutorial Programming C
549
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 .
Category : Tutorial Programming C
497
programming languages acirc euro rdquo c. abstract cover sheet to be provided by iso . programs expressed in the programming language c. its purpose is to promote .
Category : Tutorial Programming C
272
» The Objective C Programming Language
introduction to the objective c programming language. 9. who should read this document 9 . object oriented programming in objective c .
Category : Tutorial Programming C
228
» aCe C Language Parallel Programming Tutorial
a parallel programming tutorial using the ace c language. version 3. john e. dorband . tutorial begins with the assumption that the reader is familiar .
Category : Tutorial Programming C