Book Description
Software -- Programming Languages.
Author : Colin Myers
Publisher :
Page : 320 pages
File Size : 20,26 MB
Release : 1993
Category : Computers
ISBN :
Software -- Programming Languages.
Author : Robin Milner
Publisher : MIT Press
Page : 132 pages
File Size : 35,13 MB
Release : 1997
Category : Computers
ISBN : 9780262631815
Software -- Programming Languages.
Author : Åke Wikström
Publisher :
Page : 472 pages
File Size : 44,11 MB
Release : 1987
Category : Computers
ISBN :
Author : Chris Reade
Publisher : Addison Wesley Publishing Company
Page : 624 pages
File Size : 48,30 MB
Release : 1989
Category : Computers
ISBN :
Software -- Programming Techniques.
Author : Greg Michaelson
Publisher : Courier Corporation
Page : 338 pages
File Size : 36,24 MB
Release : 2013-04-10
Category : Mathematics
ISBN : 0486280292
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.
Author : Michael R. Hansen
Publisher : Addison-Wesley
Page : 390 pages
File Size : 11,70 MB
Release : 1999
Category : Computer programming
ISBN :
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 : Emden R. Gansner
Publisher : Cambridge University Press
Page : 486 pages
File Size : 12,47 MB
Release : 2004-04-05
Category : Computers
ISBN : 9781139451406
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 : G Michaelson
Publisher : CRC Press
Page : 310 pages
File Size : 48,31 MB
Release : 2004-01-10
Category : Computers
ISBN : 0203116593
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.
Author : Lawrence C. Paulson
Publisher :
Page : 429 pages
File Size : 40,49 MB
Release : 1992
Category : Computers
ISBN : 9780521422253
This new edition of a successful text treats modules in more depth, and covers the revision of ML language.
Author : Yaron Minsky
Publisher : "O'Reilly Media, Inc."
Page : 618 pages
File Size : 28,99 MB
Release : 2013-11-04
Category : Computers
ISBN : 1449324754
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