Concurrent computing: Difference between revisions

Content deleted Content added
merge in section on consistency models from Parallel computing. The Lamport source is tagged concurrency and doesn't even use the word parallel in the text
Line 169:
* [[Pict (programming language)|Pict]]—essentially an executable implementation of Milner's [[π-calculus]]
*[[Raku (programming language)|Raku]] includes classes for threads, promises and channels by default<ref>{{Cite web|url=https://docs.perl6.org/language/concurrency|title=Concurrency|website=docs.perl6.org|language=en|access-date=2017-12-24}}</ref>
* [[Python (programming language)|Python]] using uses thread-based parallelism and process-based parallelism <ref>[[Stacklesshttps://docs.python.org/3/library/concurrency.html Documentation » The Python Standard Library » Concurrent Execution]]</ref>
* [[Reia (programming language)|Reia]]—uses asynchronous message passing between shared-nothing objects
* [[Red (programming language)|Red/System]]—for system programming, based on [[Rebol]]