The Standard Ml Basis Library
Download The Standard Ml Basis Library full books in PDF, epub, and Kindle. Read online free The Standard Ml Basis Library ebook anywhere anytime directly on your device. Fast Download speed and no annoying ads.
Author |
: Emden R. Gansner |
Publisher |
: Cambridge University Press |
Total Pages |
: 486 |
Release |
: 2004-04-05 |
ISBN-10 |
: 1139451405 |
ISBN-13 |
: 9781139451406 |
Rating |
: 4/5 (05 Downloads) |
Synopsis The Standard ML Basis Library by : Emden R. Gansner
The book provides a description of the Standard ML (SML) Basis Library, the standard library for the SML language. For programmers using SML, it provides a complete description of the modules, types and functions composing the library, which is supported by all conforming implementations of the language. The book serves as a programmer's reference, providing manual pages with concise descriptions. In addition, it presents the principles and rationales used in designing the library, and relates these to idioms and examples for using the library. A particular emphasis of the library is to encourage the use of SML in serious system programming. Major features of the library include I/O, a large collection of primitive types, support for internationalization, and a portable operating system interface. This manual will be an indispensable reference for students, professional programmers, and language designers.
Author |
: Robin Milner |
Publisher |
: MIT Press |
Total Pages |
: 132 |
Release |
: 1997 |
ISBN-10 |
: 0262631814 |
ISBN-13 |
: 9780262631815 |
Rating |
: 4/5 (14 Downloads) |
Synopsis The Definition of Standard ML by : Robin Milner
Software -- Programming Languages.
Author |
: Michael R. Hansen |
Publisher |
: Addison-Wesley |
Total Pages |
: 390 |
Release |
: 1999 |
ISBN-10 |
: UCSD:31822027764224 |
ISBN-13 |
: |
Rating |
: 4/5 (24 Downloads) |
Synopsis Introduction to Programming Using SML by : Michael R. Hansen
Based on Hanson and Rischel's introductory programming course in the Informatics Programme at the Technical University of Denmark, Using Standard ML (Meta Language) throughout, they bypass theory and customized or efficient implementations to focus on understanding the process of programming and program design. Annotation copyrighted by Book News, Inc., Portland, OR
Author |
: Lawrence C. Paulson |
Publisher |
: |
Total Pages |
: 429 |
Release |
: 1992 |
ISBN-10 |
: 0521422256 |
ISBN-13 |
: 9780521422253 |
Rating |
: 4/5 (56 Downloads) |
Synopsis ML for the Working Programmer by : Lawrence C. Paulson
This new edition of a successful text treats modules in more depth, and covers the revision of ML language.
Author |
: Kent D. Lee |
Publisher |
: Springer |
Total Pages |
: 365 |
Release |
: 2015-01-19 |
ISBN-10 |
: 9783319133140 |
ISBN-13 |
: 3319133144 |
Rating |
: 4/5 (40 Downloads) |
Synopsis Foundations of Programming Languages by : Kent D. Lee
This clearly written textbook introduces the reader to the three styles of programming, examining object-oriented/imperative, functional, and logic programming. The focus of the text moves from highly prescriptive languages to very descriptive languages, demonstrating the many and varied ways in which we can think about programming. Designed for interactive learning both inside and outside of the classroom, each programming paradigm is highlighted through the implementation of a non-trivial programming language, demonstrating when each language may be appropriate for a given problem. Features: includes review questions and solved practice exercises, with supplementary code and support files available from an associated website; provides the foundations for understanding how the syntax of a language is formally defined by a grammar; examines assembly language programming using CoCo; introduces C++, Standard ML, and Prolog; describes the development of a type inference system for the language Small.
Author |
: Åke Wikström |
Publisher |
: |
Total Pages |
: 472 |
Release |
: 1987 |
ISBN-10 |
: UOM:39015026520075 |
ISBN-13 |
: |
Rating |
: 4/5 (75 Downloads) |
Synopsis Functional Programming Using Standard ML by : Åke Wikström
Author |
: Yaron Minsky |
Publisher |
: "O'Reilly Media, Inc." |
Total Pages |
: 618 |
Release |
: 2013-11-04 |
ISBN-10 |
: 9781449324759 |
ISBN-13 |
: 1449324754 |
Rating |
: 4/5 (59 Downloads) |
Synopsis Real World OCaml by : Yaron Minsky
This fast-moving tutorial introduces you to OCaml, an industrial-strength programming language designed for expressiveness, safety, and speed. Through the book’s many examples, you’ll quickly learn how OCaml stands out as a tool for writing fast, succinct, and readable systems code. Real World OCaml takes you through the concepts of the language at a brisk pace, and then helps you explore the tools and techniques that make OCaml an effective and practical tool. In the book’s third section, you’ll delve deep into the details of the compiler toolchain and OCaml’s simple and efficient runtime system. Learn the foundations of the language, such as higher-order functions, algebraic data types, and modules Explore advanced features such as functors, first-class modules, and objects Leverage Core, a comprehensive general-purpose standard library for OCaml Design effective and reusable libraries, making the most of OCaml’s approach to abstraction and modularity Tackle practical programming problems from command-line parsing to asynchronous network programming Examine profiling and interactive debugging techniques with tools such as GNU gdb
Author |
: Jeffrey D. Ullman |
Publisher |
: Pearson |
Total Pages |
: 383 |
Release |
: 1998-01 |
ISBN-10 |
: 0137903871 |
ISBN-13 |
: 9780137903870 |
Rating |
: 4/5 (71 Downloads) |
Synopsis Elements of ML Programming by : Jeffrey D. Ullman
This highly accessible introduction to the fundamentals of ML is presented by computer science educator and author, Jeffrey D. Ullman. The primary change in the Second Edition is that it has been thoroughly revised and reorganized to conform to the new language standard called ML97. This is the first book that offers both an accurate step-by-step tutorial to ML programming and a comprehensive reference to advanced features. It is the only book that focuses on the popular SML/NJ implementation. The material is arranged for use in sophomore through graduate level classes or for self-study. This text assumes no previous knowledge of ML or functional programming, and can be used to teach ML as a first programming language. It is also an excellent supplement or reference for programming language concepts, functional programming, or compiler courses.
Author |
: Andrew W. Appel |
Publisher |
: Cambridge University Press |
Total Pages |
: 673 |
Release |
: 2004-07-08 |
ISBN-10 |
: 9781107268548 |
ISBN-13 |
: 1107268540 |
Rating |
: 4/5 (48 Downloads) |
Synopsis Modern Compiler Implementation in ML by : Andrew W. Appel
This new, expanded textbook describes all phases of a modern compiler: lexical analysis, parsing, abstract syntax, semantic actions, intermediate representations, instruction selection via tree matching, dataflow analysis, graph-coloring register allocation, and runtime systems. It includes good coverage of current techniques in code generation and register allocation, as well as functional and object-oriented languages, that are missing from most books. In addition, more advanced chapters are now included so that it can be used as the basis for two-semester or graduate course. The most accepted and successful techniques are described in a concise way, rather than as an exhaustive catalog of every possible variant. Detailed descriptions of the interfaces between modules of a compiler are illustrated with actual C header files. The first part of the book, Fundamentals of Compilation, is suitable for a one-semester first course in compiler design. The second part, Advanced Topics, which includes the advanced chapters, covers the compilation of object-oriented and functional languages, garbage collection, loop optimizations, SSA form, loop scheduling, and optimization for cache-memory hierarchies.
Author |
: Greg Michaelson |
Publisher |
: Courier Corporation |
Total Pages |
: 338 |
Release |
: 2013-04-10 |
ISBN-10 |
: 9780486280295 |
ISBN-13 |
: 0486280292 |
Rating |
: 4/5 (95 Downloads) |
Synopsis An Introduction to Functional Programming Through Lambda Calculus by : Greg Michaelson
Well-respected text for computer science students provides an accessible introduction to functional programming. Cogent examples illuminate the central ideas, and numerous exercises offer reinforcement. Includes solutions. 1989 edition.