Skip to content

Commit 72f64a4

Browse files
committed
added note about pilib
1 parent 508722b commit 72f64a4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

notes/papers.markdown

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,18 @@ CSP for scala: implementation, papers, ect ..
1818

1919
* implementation over hawtdipath: https://github.com/oplohmann/CoSelect.Scala
2020

21+
Related
22+
23+
* PiLib is an implementation of \pi-calculus with scala as a hosted language: http://lampwww.epfl.ch/~cremet/publications/pilib.pdf
24+
```
25+
@INPROCEEDINGS{Cremet03pilib:a,
26+
author = {Vincent Cremet and Martin Odersky},
27+
title = {PiLib: A hosted language for pi-calculus style concurrency},
28+
booktitle = {In Dagstuhl proc.: Domain-Specific Program Generation},
29+
year = {2003}
30+
}
31+
32+
```
33+
2134
------------------
2235
part of [scala-gopher](https://github.com/rssh/scala-gopher)

0 commit comments

Comments
 (0)