Reimport of Guile 1.4.1 for possible backward compatibility issues.
[pkgsrc.git] / lang / cilk / DESCR
1 Cilk is a language for multithreaded parallel programming based on
2 ANSI C.  Cilk is designed for general-purpose parallel programming,
3 but it is especially effective for exploiting dynamic, highly
4 asynchronous parallelism, which can be difficult to write in
5 data-parallel or message-passing style.  Cilk has been developed since
6 1994 by the Supercomputing Technologies Group at the MIT Laboratory
7 for Computer Science.  Cilk has been used for research, teaching, and
8 for coding applications such as a virus shell assembly simulator and
9 three chess programs.