Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Concurrent ML

You are here: irt.org | FOLDOC | Concurrent ML

<language> (CML) A concurrent extension of SML/NJ written by J. Reppy at Cornell University in 1990. CML supports dynamic thread creation and synchronous message passing on typed channels. Threads are implemented using first-class continuations. First-class synchronous operations allow users to tailor their synchronisation abstractions for their application. CML also supports both stream I/O and low-level I/O in an integrated fashion.

(ftp://ftp.cs.cornell.edu/pub/).

E-mail: <sml-bugs@research.att.com> (bugs).

["CML: A Higher-Order Concurrent Language", John H. Reppy, SIGPLAN Notices 26(6):293-305, June 1991].

(2000-08-09)

Nearby terms: Concurrent Euclid « Concurrent LISP « Concurrent Massey Hope « Concurrent ML » Concurrent Oberon » Concurrent Object-Oriented C » Concurrent Object-Oriented Language

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb