Elements Of Ml Programming
Download Elements Of Ml Programming full books in PDF, epub, and Kindle. Read online free Elements Of Ml Programming ebook anywhere anytime directly on your device. Fast Download speed and no annoying ads.
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 |
: Chris Reade |
Publisher |
: Addison Wesley Publishing Company |
Total Pages |
: 624 |
Release |
: 1989 |
ISBN-10 |
: UOM:39015047355287 |
ISBN-13 |
: |
Rating |
: 4/5 (87 Downloads) |
Synopsis Elements of Functional Programming by : Chris Reade
Software -- Programming Techniques.
Author |
: Alexander Stepanov |
Publisher |
: Lulu.com |
Total Pages |
: 282 |
Release |
: 2019-06-17 |
ISBN-10 |
: 9780578222141 |
ISBN-13 |
: 0578222140 |
Rating |
: 4/5 (41 Downloads) |
Synopsis Elements of Programming by : Alexander Stepanov
Elements of Programming provides a different understanding of programming than is presented elsewhere. Its major premise is that practical programming, like other areas of science and engineering, must be based on a solid mathematical foundation. This book shows that algorithms implemented in a real programming language, such as C++, can operate in the most general mathematical setting. For example, the fast exponentiation algorithm is defined to work with any associative operation. Using abstract algorithms leads to efficient, reliable, secure, and economical software.
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 |
: 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 |
: Å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 |
: Raphael A. Finkel |
Publisher |
: Addison Wesley |
Total Pages |
: 504 |
Release |
: 1996 |
ISBN-10 |
: STANFORD:36105018400213 |
ISBN-13 |
: |
Rating |
: 4/5 (13 Downloads) |
Synopsis Advanced Programming Language Design by : Raphael A. Finkel
0805311912B04062001
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 |
: 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 |
: G Michaelson |
Publisher |
: CRC Press |
Total Pages |
: 310 |
Release |
: 2004-01-10 |
ISBN-10 |
: 9780203116593 |
ISBN-13 |
: 0203116593 |
Rating |
: 4/5 (93 Downloads) |
Synopsis Elementary Standard ML by : G Michaelson
Standard ML has become the principal teaching language for introducing functional programming. This textbook places emphasis on teaching the essential features of ML, with extensive practical examples, and is intended for undergraduates studying functional programming with Standard ML.