summaryrefslogtreecommitdiff
path: root/lang/pict
AgeCommit message (Collapse)AuthorFilesLines
2011-12-06Recursive bump for lang/ocaml buildlink addition.sbd1-1/+2
2011-09-05void maindholland5-1/+71
2009-12-07Not MAKE_JOBS_SAFE.joerg1-1/+2
2009-10-29Define TEST_TARGET.asau1-1/+3
2009-10-28Initial import of Pict 4.1 into the NetBSD package system.dholland23-0/+941
Pict is a language in the ML tradition, formed by adding a layer of convenient syntactic sugar and a static type system to a tiny core. The current release includes a Pict-to-C compiler, reference manual, language tutorial, numerous libraries, and example programs. The core language - an asynchronous variant of Milner, Parrow, and Walker's pi-calculus - has been used as a theoretical foundation for a broad class of concurrent computations. The goal in Pict is to identify high-level idioms that arise naturally when these primitives are used to build working programs - idioms such as basic data structures, protocols for returning results, higher-order programming, selective communication, and concurrent objects. The type system integrates a number of features found in recent work on theoretical foundations for typed object-oriented languages: higher-order polymorphism, simple recursive types, subtyping, and a powerful partial type inference algorithm.