Concurrent computing: Difference between revisions

Content deleted Content added
Converted citation
Tags: Visual edit Mobile edit Mobile web edit
Converted citation
Tags: Visual edit Mobile edit Mobile web edit
Line 167:
* [[Oz (programming language)|Oz-Mozart]]—multiparadigm, supports shared-state and message-passing concurrency, and futures
* [[ParaSail (programming language)|ParaSail]]—object-oriented, parallel, free of pointers, race conditions
* [[PHP]]—multithreading support with parallel extension implementing message passing inspired from [[Go (programming language)|Go]]<ref>{{Cite web |title=PHP: parallel - Manual |url=https://www.php.net/manual/en/book.parallel.php {{Bare URL inline|access-date=October 2024-10-03 |website=www.php.net |language=en}}</ref>
* [[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>