Home > Computers > Programming > Languages > Concurrent
Concurrent programming languages are characterized by language level support of programming with more than one process.
http://swtch.com/~rsc/thread/
Resources about threaded programming in the Bell Labs CSP style, by Russ Cox: history, principles and style of concurrent programming practiced at Bell Labs.
http://chuck.cs.princeton.edu/
Concurrent, time-based, on-the-fly, audio programming language, supports precise, fundamental level of expressiveness, multiple, simultaneous, dynamic control rates, ability to add, remove, modify code as programs run.
http://supertech.csail.mit.edu/cilk/
Concurrent language for parallel programming based on ANSI C. Source code, manual, papers and research into parallel chess programs.
http://research.microsoft.com/comega/
C# extension, in two areas: Control flow extension for asynchronous wide area concurrency (was Polyphonic C#); Data type extension for XML and table manipulation (was Xen and X#).
http://www-sop.inria.fr/meije/esterel/esterel-eng.html
One of a family of synchronous languages which are particularly well-suited to programming reactive systems, including real-time systems and control automata.
http://www.cs.arizona.edu/projects/ftol/languages/
Fault-tolerant projects, goal: enhance language support for distributed programs with FT needs, most high-level languages lack good support for such, more so at system level; 3 projects described, FT-SR, FT-Linda, FTAG.
http://go-lang.cat-v.org/
Documentation, syntax highlighting files for various editors and IDEs, links to Go libraries and bindings to C libraries, etc.
http://www.erights.org/history/joule/
The Joule system is a foundation for building distributed applications. Joule Quick Reference 1.0 and The Joule Manual, divided into chapters as PDF files.
http://swtch.com/libtask/
A coroutine library for C and Unix.
http://sourceforge.net/projects/linda/
Simple library implementation of the Linda parallel programming system. SourceForge project page: downloads, forum and CVS.
http://home.arcor.de/gil.mueller/loiref/LoI0.htm
Designed to support interaction-oriented programming. This paradigm is especially suitable for the design of reactive component-based systems like distributed and interactive systems.
http://www.mcsharp.net/
MC# (Multiprocessor C#) is a high-level object-oriented language based on .NET platform made for developing complex industrial program systems that can use multiprocessors.
http://nescc.sourceforge.net/
A language for Deeply Networked Systems, implemented as a C extension based on structuring concepts and execution model of TinyOS, an event-driven OS for sensor network nodes with very limited resources: 8K bytes program memory, 512 bytes RAM.
http://www.informatik.uni-hamburg.de/TGI/PetriNets/
Petri Nets is a formal and graphical appealing language which is appropriate for modelling systems with concurrency.
http://doc.cat-v.org/plan_9/2nd_edition/papers/alef/
Papers describing Plan 9's Alef programming language by Phil Winterbottom.
http://golang.org/
Documentation, source, and other resources for Google's Go language.
Home > Computers > Programming > Languages > Concurrent
Thanks to DMOZ, which built a great web directory for nearly two decades and freely shared it with the web. About us