Top 1,000 Features Creators Events Podcasts Extensions Interviews Blog Explorer CSV

CSP

< >

CSP, aka Communicating Sequential Processes, is a programming language created in 1978.

#477on PLDB 46Years Old
Wikipedia · Docs

In computer science, communicating sequential processes (CSP) is a formal language for describing patterns of interaction in concurrent systems. It is a member of the family of mathematical theories of concurrency known as process algebras, or process calculi, based on message passing via channels. CSP was highly influential in the design of the occam programming language, and also influenced the design of programming languages such as Limbo, RaftLib, Go, Crystal, and Clojure's core.async. Read more on Wikipedia...


Example from the web:
COPY = *[c:character; west?c → east!c]

View source

- Build the next great programming language · About · Resources · Acknowledgements · Part of the World Wide Scroll