Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nhdaly/cspexamples.jl

C.A.R. Hoare's 1978 paper, "Communicating Sequential Processes", examples in Julia
https://github.com/nhdaly/cspexamples.jl

Last synced: 2 days ago
JSON representation

C.A.R. Hoare's 1978 paper, "Communicating Sequential Processes", examples in Julia

Awesome Lists containing this project

README

        

# CspExamples.jl
[![Build Status](https://travis-ci.org/NHDaly/CspExamples.jl.svg?branch=master)](https://travis-ci.org/NHDaly/CspExamples.jl)

Julia implementations for the Example problems in Hoare's 1978 paper, ["Communicating Sequential Processes"](https://www.cs.cmu.edu/~crary/819-f09/Hoare78.pdf).

This repo was inspired by https://github.com/thomas11/csp, which does the same thing, but in Golang.

https://discourse.julialang.org/t/csp-examples-in-julia/20011