๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Concurrent Programming in ML

โœ Scribed by John H. Reppy


Year
1999
Tongue
English
Leaves
325
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


Concurrent Programming ML (CML), included as part of the SML of New Jersey (SML/NJ) distribution, combines the best features of concurrent programming and functional programming. This practical, "how-to" book focuses on the use of concurrency to implement naturally concurrent applications. In addition to a tutorial introduction to programming in CML, the book presents three extended examples using CML for practical systems programming: a parallel software build system, a simple concurrent window manager, and an implementation of distributed tuple spaces. This book also illustrates advanced SML programming techniques, and includes a chapter on the implementation of concurrency using features provided by the SML/NJ system. It will be of interest to programmers, students, and professional researchers working in computer language development.


๐Ÿ“œ SIMILAR VOLUMES


Concurrent Programming in ML
โœ John H. Reppy ๐Ÿ“‚ Library ๐Ÿ“… 1999 ๐Ÿ› Cambridge University Press ๐ŸŒ English

Concurrent Programming ML (CML), included as part of the SML of New Jersey (SML/NJ) distribution, combines the best features of concurrent programming and functional programming. This practical, "how-to" book focuses on the use of concurrency to implement naturally concurrent applications. In additi

Programming in Standard ML
โœ Harper. ๐Ÿ“‚ Library ๐Ÿ“… 2002 ๐ŸŒ English

This book is an introduction to programming with the Standard ML programming language. It began life as a set of lecture notes for Computer Science 15-212: Principles of Programming, the second semester of the introductory sequence in the undergraduate computer science curriculum at Carnegie Mellon

Concurrent Programming in Erlang
โœ Robert Virding, Claes Wikstrom, Mike Williams, Joe Armstrong ๐Ÿ“‚ Library ๐Ÿ“… 1996 ๐Ÿ› Prentice Hall ๐ŸŒ English

Erlang is a concurrent, functional programming language designed for programming large industrial real time systems. The language is untyped and has a pattern matching syntax. Functions are written as a set of recursion equations and the language has explicit concurrency and asynchronous message pas