Source code snapshot

This commit is contained in:
Tony Garnock-Jones 2018-01-24 12:54:15 +00:00
parent b830ab296e
commit a8f69d9d43
5 changed files with 16 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -0,0 +1 @@
<svg data-icon="arrow-alt-circle-down" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm-32-316v116h-67c-10.7 0-16 12.9-8.5 20.5l99 99c4.7 4.7 12.3 4.7 17 0l99-99c7.6-7.6 2.2-20.5-8.5-20.5h-67V140c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12z" class=""></path></svg>

After

Width:  |  Height:  |  Size: 466 B

View File

@ -1,6 +1,8 @@
--- ---
title: PhD Dissertation of Tony Garnock-Jones title: PhD Dissertation of Tony Garnock-Jones
layout: page layout: page
link:
snapshot: 'syndicate-code-snapshot-20180124-1235.zip'
--- ---
# Conversational Concurrency # Conversational Concurrency
@ -92,11 +94,19 @@ The slides from my defense talk are available
### Source code snapshot ### Source code snapshot
The source code for the Syndicate prototypes and example applications, [This zip file]({{ page.link.snapshot }}) contains source code for the
as they were at the time of my dissertation, will be available here Syndicate prototypes and example applications, as they were at the
shortly. In the meantime, please see the downloads available at time of my dissertation:
<http://syndicate-lang.org/> and
<https://github.com/tonyg/syndicate/>. <a href="{{ page.link.snapshot }}"><img class="leftfloat" alt="Link to Syndicate source code snapshot" src="{{ site.baseurl }}/img/fontawesome-arrow-alt-circle-down-64x64.png"></a>
&nbsp;
Download [{{ page.link.snapshot }}]({{ page.link.snapshot }})
<div class="clear"></div>
Please see also the downloads available at
[syndicate-lang.org](http://syndicate-lang.org/) and on
[Github](https://github.com/tonyg/syndicate/).
### Proofs ### Proofs