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

MultiLisp

You are here: irt.org | FOLDOC | MultiLisp

<language> A parallel extension of Scheme with explicit concurrency. The form (future X) immediately returns a "future", and creates a task to evaluate X. When the evaluation is complete, the future is resolved to be the value.

["MultiLisp: A Language for Concurrent Symbolic Computation", R. Halstead, TOPLAS pp.501-538 (Oct 1985)].

[Did MultiLisp use PVM as its intermediate language?]

(1998-02-10)

Nearby terms: Multi-Garnet « multihomed host « multilayer perceptron « MultiLisp » multimedia » Multimedia and Hypermedia information coding Expert Group » MultiMedia Compact Disc

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