Link to example code

This commit is contained in:
Tony Garnock-Jones 2016-04-04 05:21:14 +02:00
parent ba4bcf9a49
commit 7c7a0c71de
1 changed files with 5 additions and 0 deletions

View File

@ -87,6 +87,11 @@ console.
{{ javascript_example2 | markdownify }}
</div>
The full code for the Racket example is
[bank-account.rkt](https://github.com/tonyg/syndicate/blob/master/racket/syndicate/examples/actor/bank-account.rkt),
and for the JavaScript example,
[demo-bankaccount.js](https://github.com/tonyg/syndicate/blob/master/js/compiler/demo-bankaccount.js).
## Code
Syndicate is implemented both for [Racket](http://racket-lang.org/)